#6B8E31

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

Shades of Olive Drab #6B8E31

Tints of Olive Drab #6B8E31

Color information

#6B8E31 (or 0x6B8E31) is unknown color: approx Olive Drab. HEX triplet: 6B, 8E and 31. RGB value is (107,142,49). Sum of RGB (Red+Green+Blue) = 107+142+49=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8E31 is #9471CE. Grayscale: #797979. Windows color (decimal): -9728463 or 3247723. OLE color: 3247723.

HSL color Cylindrical-coordinate representation of color #6B8E31: hue angle of 82.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B8E31 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB10714249-
CMYK0.2500.650.44
HSL82.58º48.69%37.45%-
HSV(B)82.58º65.49%55.69%-
XYZ16.2922.696.43-
YUV120.9387.4118.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=35.91%
G=47.65%
B=16.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107142490.2500.650.4482.5848.6937.45
Hex6B8E31190412C533125
Octal15321661310101541236145
Binary11010111000111011000111001010000011011001010011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,142,49); }

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

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

 a { background-color: rgb(107,142,49); }

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

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

 span { border-color: rgb(107,142,49); }

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