Html Css Color HEX #6E8E12 Olive Drab

📋 copy color: '#6E8E12'

red 110 ◦ green 142 ◦ blue 18

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

Shades of Olive Drab #6E8E12

Tints of Olive Drab #6E8E12

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.59%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 40.74%
G = 52.59%
B = 6.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#6E8E12 (or 0x6E8E12) is known color: Olive Drab. HEX triplet: 6E, 8E and 12. RGB value is (110,142,18). Sum of RGB (Red+Green+Blue) = 110+142+18=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8E12 is #9171ED. Grayscale: #767676. Windows color (decimal): -9531886 or 1216110. OLE color: 1216110.

HSL color Cylindrical-coordinate representation of color #6E8E12: hue angle of 75.48º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E8E12 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 142 18 -
CMYK 0.23 0 0.87 0.44
HSL 75.48º 0.78% 0.31% -
HSV(B) 75.48º 0.87% 0.56% -
XYZ 16.21 22.7 4.1 -
YUV 118.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 110 142 18 0.23 0 0.87 0.44 75.48 0.78 0.31
Hex 6E 8E 12 17 0 57 2C 4B 4E 1F
Octal 156 216 22 27 0 127 54 113 116 37
Binary 1101110 10001110 10010 10111 0 1010111 101100 1001011 1001110 11111

Color Harmonies of #6E8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E12

Black with #6E8E12

Text Example


Text Example

White with #6E8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,142,18); }

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

background-color css

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

 a { background-color: rgb(110,142,18); }

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

border-color css

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

 span { border-color: rgb(110,142,18); }

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