#6E8421

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

Shades of Olive Drab #6E8421

Tints of Olive Drab #6E8421

Color information

#6E8421 (or 0x6E8421) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 21. RGB value is (110,132,33). Sum of RGB (Red+Green+Blue) = 110+132+33=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8421 is #917BDE. Grayscale: #727272. Windows color (decimal): -9534431 or 2196590. OLE color: 2196590.

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

Color convert

RGB11013233-
CMYK0.1700.750.48
HSL73.33º60%32.35%-
HSV(B)73.33º75%51.76%-
XYZ14.9619.934.5-
YUV114.1482.21125.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 33 (13.28% from 255) = 12%
R=40%
G=48%
B=12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132330.1700.750.4873.336032.35
Hex6E84211104B30493c20
Octal15620441210113601117440
Binary11011101000010010000110001010010111100001001001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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