#6E8229

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

Shades of Olive Drab #6E8229

Tints of Olive Drab #6E8229

Color information

#6E8229 (or 0x6E8229) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 29. RGB value is (110,130,41). Sum of RGB (Red+Green+Blue) = 110+130+41=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8229 is #917DD6. Grayscale: #727272. Windows color (decimal): -9534935 or 2720366. OLE color: 2720366.

HSL color Cylindrical-coordinate representation of color #6E8229: hue angle of 73.48º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E8229 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB11013041-
CMYK0.1500.680.49
HSL73.48º52.05%33.53%-
HSV(B)73.48º68.46%50.98%-
XYZ14.8119.445.07-
YUV113.8786.87125.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.15%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=39.15%
G=46.26%
B=14.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130410.1500.680.4973.4852.0533.53
Hex6E8229F04431493422
Octal15620251170104611116442
Binary1101110100000101010011111010001001100011001001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,41); }

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

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

 a { background-color: rgb(110,130,41); }

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

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

 span { border-color: rgb(110,130,41); }

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