Html Css Color HEX #6E850E Olive Drab

📋 copy color: '#6E850E'

red 110 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #6E850E

Tints of Olive Drab #6E850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 42.8%
G = 51.75%
B = 5.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#6E850E (or 0x6E850E) is known color: Olive Drab. HEX triplet: 6E, 85 and 0E. RGB value is (110,133,14). Sum of RGB (Red+Green+Blue) = 110+133+14=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #6E850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E850E is #917AF1. Grayscale: #717171. Windows color (decimal): -9534194 or 951662. OLE color: 951662.

HSL color Cylindrical-coordinate representation of color #6E850E: hue angle of 71.6º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E850E is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 14 -
CMYK 0.17 0 0.89 0.48
HSL 71.6º 0.81% 0.29% -
HSV(B) 71.6º 0.89% 0.52% -
XYZ 14.9 20.12 3.51 -
YUV 112.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 110 133 14 0.17 0 0.89 0.48 71.6 0.81 0.29
Hex 6E 85 E 11 0 59 30 48 51 1D
Octal 156 205 16 21 0 131 60 110 121 35
Binary 1101110 10000101 1110 10001 0 1011001 110000 1001000 1010001 11101

Color Harmonies of #6E850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E850E

Black with #6E850E

Text Example


Text Example

White with #6E850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,14); }

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

background-color css

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

 a { background-color: rgb(110,133,14); }

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

border-color css

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

 span { border-color: rgb(110,133,14); }

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