#6D8612

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

Shades of Olive Drab #6D8612

Tints of Olive Drab #6D8612

Color information

#6D8612 (or 0x6D8612) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 12. RGB value is (109,134,18). Sum of RGB (Red+Green+Blue) = 109+134+18=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8612 is #9279ED. Grayscale: #717171. Windows color (decimal): -9599470 or 1214061. OLE color: 1214061.

HSL color Cylindrical-coordinate representation of color #6D8612: hue angle of 72.93º 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 #6D8612 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10913418-
CMYK0.1900.870.47
HSL72.93º76.32%29.8%-
HSV(B)72.93º86.57%52.55%-
XYZ14.9420.353.71-
YUV113.374.22124.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=41.76%
G=51.34%
B=6.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134180.1900.870.4772.9376.3229.8
Hex6D8612130572F494c1e
Octal155206222301275711111436
Binary1101101100001101001010011010101111011111001001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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