#6B932A

Color #6B932A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6B932A

Tints of Olive Drab #6B932A

Color information

#6B932A (or 0x6B932A) is unknown color: approx Olive Drab. HEX triplet: 6B, 93 and 2A. RGB value is (107,147,42). Sum of RGB (Red+Green+Blue) = 107+147+42=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #6B932A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B932A is #946CD5. Grayscale: #7B7B7B. Windows color (decimal): -9727190 or 2790251. OLE color: 2790251.

HSL color Cylindrical-coordinate representation of color #6B932A: hue angle of 82.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B932A is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB10714742-
CMYK0.2700.710.42
HSL82.86º55.56%37.06%-
HSV(B)82.86º71.43%57.65%-
XYZ16.9224.165.96-
YUV123.0782.25116.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=36.15%
G=49.66%
B=14.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147420.2700.710.4282.8655.5637.06
Hex6B932A1B0472A533825
Octal15322352330107521237045
Binary11010111001001110101011011010001111010101010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B932A; }

 p { color: rgb(107,147,42); }

 H1.HeaderClassName
 {
   color: #6B932A;
 }
 .AnyTagClassName
 {
   color: #6B932A;
 }
</style>
background-color css

<style>
 a { background-color: #6B932A; }

 a { background-color: rgb(107,147,42); }

 div.DivClassName
 {
   background-color: #6B932A;
 }
 .BgClassName
 {
   background-color: #6B932A;
 }
</style>
border-color css

<style>
 span { border-color: #6B932A; }

 span { border-color: rgb(107,147,42); }

 td.TdClassName
 {
   border-color: #6B932A;
 }
 .TagClassName
 {
   border-color: #6B932A;
 }
</style>