Html Css Color HEX #807E11 Olive

📋 copy color: '#807E11'

red 128 ◦ green 126 ◦ blue 17

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

Shades of Olive #807E11

Tints of Olive #807E11

RGB

 RED value IS 128 (50.39% from 255) = 47.23%

 GREEN value IS 126 (49.61% from 255) = 46.49%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 47.23%
G = 46.49%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#807E11 (or 0x807E11) is known color: Olive. HEX triplet: 80, 7E and 11. RGB value is (128,126,17). Sum of RGB (Red+Green+Blue) = 128+126+17=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #807E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807E11 is #7F81EE. Grayscale: #727272. Windows color (decimal): -8356335 or 1146496. OLE color: 1146496.

HSL color Cylindrical-coordinate representation of color #807E11: hue angle of 58.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #807E11 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 126 17 -
CMYK 0 0.02 0.87 0.50
HSL 58.92º 0.77% 0.28% -
HSV(B) 58.92º 0.87% 0.5% -
XYZ 16.46 19.55 3.44 -
YUV 114.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 128 126 17 0 0.02 0.87 0.50 58.92 0.77 0.28
Hex 80 7E 11 0 2 57 32 3B 4D 1C
Octal 200 176 21 0 2 127 62 73 115 34
Binary 10000000 1111110 10001 0 10 1010111 110010 111011 1001101 11100

Color Harmonies of #807E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E11

Black with #807E11

Text Example


Text Example

White with #807E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807E11; }

 p { color: rgb(128,126,17); }

 H1.HeaderClassName
 {
   color: #807E11;
 }
 .AnyTagClassName
 {
   color: #807E11;
 }
</style>

background-color css

<style>
 a { background-color: #807E11; }

 a { background-color: rgb(128,126,17); }

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

border-color css

<style>
 span { border-color: #807E11; }

 span { border-color: rgb(128,126,17); }

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