Html Css Color HEX #6E9110 Olive Drab

📋 copy color: '#6E9110'

red 110 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #6E9110

Tints of Olive Drab #6E9110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 40.59%
G = 53.51%
B = 5.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#6E9110 (or 0x6E9110) is known color: Olive Drab. HEX triplet: 6E, 91 and 10. RGB value is (110,145,16). Sum of RGB (Red+Green+Blue) = 110+145+16=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9110 is #916EEF. Grayscale: #787878. Windows color (decimal): -9531120 or 1085806. OLE color: 1085806.

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

Color convert

RGB 110 145 16 -
CMYK 0.24 0 0.89 0.43
HSL 76.28º 0.8% 0.32% -
HSV(B) 76.28º 0.89% 0.57% -
XYZ 16.65 23.6 4.17 -
YUV 119.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 110 145 16 0.24 0 0.89 0.43 76.28 0.8 0.32
Hex 6E 91 10 18 0 59 2B 4C 50 20
Octal 156 221 20 30 0 131 53 114 120 40
Binary 1101110 10010001 10000 11000 0 1011001 101011 1001100 1010000 100000

Color Harmonies of #6E9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9110

Black with #6E9110

Text Example


Text Example

White with #6E9110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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