#6D8D10

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

Shades of Olive Drab #6D8D10

Tints of Olive Drab #6D8D10

Color information

#6D8D10 (or 0x6D8D10) is unknown color: approx Olive Drab. HEX triplet: 6D, 8D and 10. RGB value is (109,141,16). Sum of RGB (Red+Green+Blue) = 109+141+16=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8D10 is #9272EF. Grayscale: #757575. Windows color (decimal): -9597680 or 1084781. OLE color: 1084781.

HSL color Cylindrical-coordinate representation of color #6D8D10: hue angle of 75.36º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D8D10 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB10914116-
CMYK0.2300.890.45
HSL75.36º79.62%30.78%-
HSV(B)75.36º88.65%55.29%-
XYZ15.9322.343.96-
YUV117.1870.9122.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.98%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=40.98%
G=53.01%
B=6.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109141160.2300.890.4575.3679.6230.78
Hex6D8D10170592D4b501f
Octal155215202701315511312037
Binary1101101100011011000010111010110011011011001011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,141,16); }

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

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

 a { background-color: rgb(109,141,16); }

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

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

 span { border-color: rgb(109,141,16); }

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