#6E8522

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

Shades of Olive Drab #6E8522

Tints of Olive Drab #6E8522

Color information

#6E8522 (or 0x6E8522) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 22. RGB value is (110,133,34). Sum of RGB (Red+Green+Blue) = 110+133+34=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8522 is #917ADD. Grayscale: #737373. Windows color (decimal): -9534174 or 2262382. OLE color: 2262382.

HSL color Cylindrical-coordinate representation of color #6E8522: hue angle of 73.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E8522 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB11013334-
CMYK0.1700.740.48
HSL73.94º59.28%32.75%-
HSV(B)73.94º74.44%52.16%-
XYZ15.1120.214.62-
YUV114.8482.38124.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 34 (13.67% from 255) = 12.27%
R=39.71%
G=48.01%
B=12.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133340.1700.740.4873.9459.2832.75
Hex6E85221104A304a3b21
Octal15620542210112601127341
Binary11011101000010110001010001010010101100001001010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,34); }

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

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

 a { background-color: rgb(110,133,34); }

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

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

 span { border-color: rgb(110,133,34); }

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