#6C8517

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

Shades of Olive Drab #6C8517

Tints of Olive Drab #6C8517

Color information

#6C8517 (or 0x6C8517) is unknown color: approx Olive Drab. HEX triplet: 6C, 85 and 17. RGB value is (108,133,23). Sum of RGB (Red+Green+Blue) = 108+133+23=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8517 is #937AE8. Grayscale: #717171. Windows color (decimal): -9665257 or 1541484. OLE color: 1541484.

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

Color convert

RGB10813323-
CMYK0.1900.830.48
HSL73.64º70.51%30.59%-
HSV(B)73.64º82.71%52.16%-
XYZ14.7320.033.9-
YUV112.9877.22124.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=40.91%
G=50.38%
B=8.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133230.1900.830.4873.6470.5130.59
Hex6C851713053304a471f
Octal154205272301236011210737
Binary1101100100001011011110011010100111100001001010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,23); }

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

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

 a { background-color: rgb(108,133,23); }

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

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

 span { border-color: rgb(108,133,23); }

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