#6D850C

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

Shades of Olive Drab #6D850C

Tints of Olive Drab #6D850C

Color information

#6D850C (or 0x6D850C) is unknown color: approx Olive Drab. HEX triplet: 6D, 85 and 0C. RGB value is (109,133,12). Sum of RGB (Red+Green+Blue) = 109+133+12=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #6D850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D850C is #927AF3. Grayscale: #707070. Windows color (decimal): -9599732 or 820589. OLE color: 820589.

HSL color Cylindrical-coordinate representation of color #6D850C: hue angle of 71.9º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D850C is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB10913312-
CMYK0.1800.910.48
HSL71.9º83.45%28.43%-
HSV(B)71.9º90.98%52.16%-
XYZ14.7620.053.44-
YUV112.0371.55125.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.91%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=42.91%
G=52.36%
B=4.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133120.1800.910.4871.983.4528.43
Hex6D85C1205B3048531c
Octal155205142201336011012334
Binary110110110000101110010010010110111100001001000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,12); }

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

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

 a { background-color: rgb(109,133,12); }

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

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

 span { border-color: rgb(109,133,12); }

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