#6E8429

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

Shades of Olive Drab #6E8429

Tints of Olive Drab #6E8429

Color information

#6E8429 (or 0x6E8429) is unknown color: approx Olive Drab. HEX triplet: 6E, 84 and 29. RGB value is (110,132,41). Sum of RGB (Red+Green+Blue) = 110+132+41=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8429 is #917BD6. Grayscale: #737373. Windows color (decimal): -9534423 or 2720878. OLE color: 2720878.

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

Color convert

RGB11013241-
CMYK0.1700.690.48
HSL74.51º52.6%33.92%-
HSV(B)74.51º68.94%51.76%-
XYZ15.0819.985.16-
YUV115.0586.21124.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=38.87%
G=46.64%
B=14.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110132410.1700.690.4874.5152.633.92
Hex6E842911045304b3522
Octal15620451210105601136542
Binary11011101000010010100110001010001011100001001011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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