#6E8C17

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

Shades of Olive Drab #6E8C17

Tints of Olive Drab #6E8C17

Color information

#6E8C17 (or 0x6E8C17) is unknown color: approx Olive Drab. HEX triplet: 6E, 8C and 17. RGB value is (110,140,23). Sum of RGB (Red+Green+Blue) = 110+140+23=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8C17 is #9173E8. Grayscale: #767676. Windows color (decimal): -9532393 or 1543278. OLE color: 1543278.

HSL color Cylindrical-coordinate representation of color #6E8C17: hue angle of 75.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8C17 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB11014023-
CMYK0.2100.840.45
HSL75.38º71.78%31.96%-
HSV(B)75.38º83.57%54.9%-
XYZ15.9622.134.24-
YUV117.6974.56122.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=40.29%
G=51.28%
B=8.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110140230.2100.840.4575.3871.7831.96
Hex6E8C17150542D4b4820
Octal156214272501245511311040
Binary11011101000110010111101010101010010110110010111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,23); }

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

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

 a { background-color: rgb(110,140,23); }

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

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

 span { border-color: rgb(110,140,23); }

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