#6B8636

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

Shades of Olive Drab #6B8636

Tints of Olive Drab #6B8636

Color information

#6B8636 (or 0x6B8636) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 36. RGB value is (107,134,54). Sum of RGB (Red+Green+Blue) = 107+134+54=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8636 is #9479C9. Grayscale: #757575. Windows color (decimal): -9730506 or 3573355. OLE color: 3573355.

HSL color Cylindrical-coordinate representation of color #6B8636: hue angle of 80.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B8636 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB10713454-
CMYK0.2000.600.47
HSL80.25º42.55%36.86%-
HSV(B)80.25º59.7%52.55%-
XYZ15.2520.446.63-
YUV116.8192.55121-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=36.27%
G=45.42%
B=18.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134540.2000.600.4780.2542.5536.86
Hex6B86361403C2F502b25
Octal1532066624074571205345
Binary1101011100001101101101010001111001011111010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,54); }

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

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

 a { background-color: rgb(107,134,54); }

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

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

 span { border-color: rgb(107,134,54); }

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