#6E9034

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

Shades of Olive Drab #6E9034

Tints of Olive Drab #6E9034

Color information

#6E9034 (or 0x6E9034) is unknown color: approx Olive Drab. HEX triplet: 6E, 90 and 34. RGB value is (110,144,52). Sum of RGB (Red+Green+Blue) = 110+144+52=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9034 is #916FCB. Grayscale: #7B7B7B. Windows color (decimal): -9531340 or 3444846. OLE color: 3444846.

HSL color Cylindrical-coordinate representation of color #6E9034: hue angle of 82.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E9034 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB11014452-
CMYK0.2400.640.44
HSL82.17º46.94%38.43%-
HSV(B)82.17º63.89%56.47%-
XYZ17.0223.516.89-
YUV123.3587.74118.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=35.95%
G=47.06%
B=16.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110144520.2400.640.4482.1746.9438.43
Hex6E9034180402C522f26
Octal15622064300100541225746
Binary11011101001000011010011000010000001011001010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,52); }

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

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

 a { background-color: rgb(110,144,52); }

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

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

 span { border-color: rgb(110,144,52); }

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