#6B8612

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

Shades of Olive Drab #6B8612

Tints of Olive Drab #6B8612

Color information

#6B8612 (or 0x6B8612) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 12. RGB value is (107,134,18). Sum of RGB (Red+Green+Blue) = 107+134+18=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8612 is #9479ED. Grayscale: #717171. Windows color (decimal): -9730542 or 1214059. OLE color: 1214059.

HSL color Cylindrical-coordinate representation of color #6B8612: hue angle of 73.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B8612 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10713418-
CMYK0.2000.870.47
HSL73.97º76.32%29.8%-
HSV(B)73.97º86.57%52.55%-
XYZ14.720.223.7-
YUV112.774.55123.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=41.31%
G=51.74%
B=6.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134180.2000.870.4773.9776.3229.8
Hex6B8612140572F4a4c1e
Octal153206222401275711211436
Binary1101011100001101001010100010101111011111001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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