Html Css Color HEX #6E9131 Olive Drab

📋 copy color: '#6E9131'

red 110 ◦ green 145 ◦ blue 49

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

Shades of Olive Drab #6E9131

Tints of Olive Drab #6E9131

RGB

 RED value IS 110 (43.36% from 255) = 36.18%

 GREEN value IS 145 (57.03% from 255) = 47.7%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 36.18%
G = 47.7%
B = 16.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#6E9131 (or 0x6E9131) is known color: Olive Drab. HEX triplet: 6E, 91 and 31. RGB value is (110,145,49). Sum of RGB (Red+Green+Blue) = 110+145+49=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9131 is #916ECE. Grayscale: #7B7B7B. Windows color (decimal): -9531087 or 3248494. OLE color: 3248494.

HSL color Cylindrical-coordinate representation of color #6E9131: hue angle of 81.87º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E9131 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 49 -
CMYK 0.24 0 0.66 0.43
HSL 81.87º 0.49% 0.38% -
HSV(B) 81.87º 0.66% 0.57% -
XYZ 17.11 23.79 6.6 -
YUV 123.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 110 145 49 0.24 0 0.66 0.43 81.87 0.49 0.38
Hex 6E 91 31 18 0 42 2B 52 31 26
Octal 156 221 61 30 0 102 53 122 61 46
Binary 1101110 10010001 110001 11000 0 1000010 101011 1010010 110001 100110

Color Harmonies of #6E9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9131

Black with #6E9131

Text Example


Text Example

White with #6E9131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,145,49); }

 H1.HeaderClassName
 {
   color: #6E9131;
 }
 .AnyTagClassName
 {
   color: #6E9131;
 }
</style>

background-color css

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

 a { background-color: rgb(110,145,49); }

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

border-color css

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

 span { border-color: rgb(110,145,49); }

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