#6E8416

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

Shades of Olive Drab #6E8416

Tints of Olive Drab #6E8416

Color information

#6E8416 (or 0x6E8416) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 16. RGB value is (110,132,22). Sum of RGB (Red+Green+Blue) = 110+132+22=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8416 is #917BE9. Grayscale: #717171. Windows color (decimal): -9534442 or 1475694. OLE color: 1475694.

HSL color Cylindrical-coordinate representation of color #6E8416: hue angle of 72º degrees, saturation: 0.71, 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 #6E8416 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB11013222-
CMYK0.1700.830.48
HSL72º71.43%30.2%-
HSV(B)72º83.33%51.76%-
XYZ14.8319.883.81-
YUV112.8876.71125.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.67%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132220.1700.830.487271.4330.2
Hex6E8416110533048471e
Octal156204262101236011010736
Binary1101110100001001011010001010100111100001001000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,22); }

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

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

 a { background-color: rgb(110,132,22); }

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

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

 span { border-color: rgb(110,132,22); }

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