Html Css Color HEX #6E912C Olive Drab

📋 copy color: '#6E912C'

red 110 ◦ green 145 ◦ blue 44

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

Shades of Olive Drab #6E912C

Tints of Olive Drab #6E912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 36.79%
G = 48.49%
B = 14.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#6E912C (or 0x6E912C) is known color: Olive Drab. HEX triplet: 6E, 91 and 2C. RGB value is (110,145,44). Sum of RGB (Red+Green+Blue) = 110+145+44=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #6E912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E912C is #916ED3. Grayscale: #7B7B7B. Windows color (decimal): -9531092 or 2920814. OLE color: 2920814.

HSL color Cylindrical-coordinate representation of color #6E912C: hue angle of 80.79º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E912C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 44 -
CMYK 0.24 0 0.70 0.43
HSL 80.79º 0.53% 0.37% -
HSV(B) 80.79º 0.7% 0.57% -
XYZ 17.01 23.75 6.07 -
YUV 123.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 110 145 44 0.24 0 0.70 0.43 80.79 0.53 0.37
Hex 6E 91 2C 18 0 46 2B 51 35 25
Octal 156 221 54 30 0 106 53 121 65 45
Binary 1101110 10010001 101100 11000 0 1000110 101011 1010001 110101 100101

Color Harmonies of #6E912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E912C

Black with #6E912C

Text Example


Text Example

White with #6E912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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