#6D8510

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

Shades of Olive Drab #6D8510

Tints of Olive Drab #6D8510

Color information

#6D8510 (or 0x6D8510) is unknown color: approx Olive Drab. HEX triplet: 6D, 85 and 10. RGB value is (109,133,16). Sum of RGB (Red+Green+Blue) = 109+133+16=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8510 is #927AEF. Grayscale: #707070. Windows color (decimal): -9599728 or 1082733. OLE color: 1082733.

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

Color convert

RGB10913316-
CMYK0.1800.880.48
HSL72.31º78.52%29.22%-
HSV(B)72.31º87.97%52.16%-
XYZ14.7920.063.58-
YUV112.4973.55125.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 133 (52.34% from 255) = 51.55%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=42.25%
G=51.55%
B=6.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133160.1800.880.4872.3178.5229.22
Hex6D85101205830484f1d
Octal155205202201306011011735
Binary1101101100001011000010010010110001100001001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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