#6D8516

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

Shades of Olive Drab #6D8516

Tints of Olive Drab #6D8516

Color information

#6D8516 (or 0x6D8516) is unknown color: approx Olive Drab. HEX triplet: 6D, 85 and 16. RGB value is (109,133,22). Sum of RGB (Red+Green+Blue) = 109+133+22=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8516 is #927AE9. Grayscale: #717171. Windows color (decimal): -9599722 or 1475949. OLE color: 1475949.

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

Color convert

RGB10913322-
CMYK0.1800.830.48
HSL72.97º71.61%30.39%-
HSV(B)72.97º83.46%52.16%-
XYZ14.8420.083.85-
YUV113.1776.55125.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=41.29%
G=50.38%
B=8.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133220.1800.830.4872.9771.6130.39
Hex6D8516120533049481e
Octal155205262201236011111036
Binary1101101100001011011010010010100111100001001001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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