Html Css Color HEX #6E8C16 Olive Drab

📋 copy color: '#6E8C16'

red 110 ◦ green 140 ◦ blue 22

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

Shades of Olive Drab #6E8C16

Tints of Olive Drab #6E8C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.47%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 40.44%
G = 51.47%
B = 8.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#6E8C16 (or 0x6E8C16) is known color: Olive Drab. HEX triplet: 6E, 8C and 16. RGB value is (110,140,22). Sum of RGB (Red+Green+Blue) = 110+140+22=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8C16 is #9173E9. Grayscale: #767676. Windows color (decimal): -9532394 or 1477742. OLE color: 1477742.

HSL color Cylindrical-coordinate representation of color #6E8C16: hue angle of 75.25º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8C16 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 140 22 -
CMYK 0.21 0 0.84 0.45
HSL 75.25º 0.73% 0.32% -
HSV(B) 75.25º 0.84% 0.55% -
XYZ 15.95 22.13 4.19 -
YUV 117.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 110 140 22 0.21 0 0.84 0.45 75.25 0.73 0.32
Hex 6E 8C 16 15 0 54 2D 4B 49 20
Octal 156 214 26 25 0 124 55 113 111 40
Binary 1101110 10001100 10110 10101 0 1010100 101101 1001011 1001001 100000

Color Harmonies of #6E8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8C16

Black with #6E8C16

Text Example


Text Example

White with #6E8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,22); }

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

background-color css

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

 a { background-color: rgb(110,140,22); }

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

border-color css

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

 span { border-color: rgb(110,140,22); }

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