Html Css Color HEX #808711 Olive

📋 copy color: '#808711'

red 128 ◦ green 135 ◦ blue 17

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

Shades of Olive #808711

Tints of Olive #808711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

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

R = 45.71%
G = 48.21%
B = 6.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#808711 (or 0x808711) is known color: Olive. HEX triplet: 80, 87 and 11. RGB value is (128,135,17). Sum of RGB (Red+Green+Blue) = 128+135+17=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #808711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808711 is #7F78EE. Grayscale: #777777. Windows color (decimal): -8354031 or 1148800. OLE color: 1148800.

HSL color Cylindrical-coordinate representation of color #808711: hue angle of 63.56º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #808711 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 17 -
CMYK 0.05 0 0.87 0.47
HSL 63.56º 0.78% 0.3% -
HSV(B) 63.56º 0.87% 0.53% -
XYZ 17.67 21.96 3.84 -
YUV 119.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 128 135 17 0.05 0 0.87 0.47 63.56 0.78 0.3
Hex 80 87 11 5 0 57 2F 40 4E 1E
Octal 200 207 21 5 0 127 57 100 116 36
Binary 10000000 10000111 10001 101 0 1010111 101111 1000000 1001110 11110

Color Harmonies of #808711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808711

Black with #808711

Text Example


Text Example

White with #808711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808711; }

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

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

background-color css

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

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

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

border-color css

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

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

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