Html Css Color HEX #6E9034 Olive Drab

📋 copy color: '#6E9034'

red 110 ◦ green 144 ◦ blue 52

#6E9034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6E9034

Tints of Olive Drab #6E9034

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.7% from 255) = 16.99%

R = 35.95%
G = 47.06%
B = 16.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#6E9034 (or 0x6E9034) is known color: 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

RGB 110 144 52 -
CMYK 0.24 0 0.64 0.44
HSL 82.17º 0.47% 0.38% -
HSV(B) 82.17º 0.64% 0.56% -
XYZ 17.02 23.51 6.89 -
YUV 123.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 110 144 52 0.24 0 0.64 0.44 82.17 0.47 0.38
Hex 6E 90 34 18 0 40 2C 52 2F 26
Octal 156 220 64 30 0 100 54 122 57 46
Binary 1101110 10010000 110100 11000 0 1000000 101100 1010010 101111 100110

Color Harmonies of #6E9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9034

Black with #6E9034

Text Example


Text Example

White with #6E9034

Text Example


Text Example

HTML Codes & Css Web 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>