Html Css Color HEX #808511 Olive

📋 copy color: '#808511'

red 128 ◦ green 133 ◦ blue 17

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

Shades of Olive #808511

Tints of Olive #808511

RGB

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

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

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

R = 46.04%
G = 47.84%
B = 6.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#808511 (or 0x808511) is known color: Olive. HEX triplet: 80, 85 and 11. RGB value is (128,133,17). Sum of RGB (Red+Green+Blue) = 128+133+17=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #808511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808511 is #7F7AEE. Grayscale: #767676. Windows color (decimal): -8354543 or 1148288. OLE color: 1148288.

HSL color Cylindrical-coordinate representation of color #808511: hue angle of 62.59º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #808511 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 17 -
CMYK 0.04 0 0.87 0.48
HSL 62.59º 0.77% 0.29% -
HSV(B) 62.59º 0.87% 0.52% -
XYZ 17.39 21.4 3.75 -
YUV 118.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 128 133 17 0.04 0 0.87 0.48 62.59 0.77 0.29
Hex 80 85 11 4 0 57 30 3F 4D 1D
Octal 200 205 21 4 0 127 60 77 115 35
Binary 10000000 10000101 10001 100 0 1010111 110000 111111 1001101 11101

Color Harmonies of #808511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808511

Black with #808511

Text Example


Text Example

White with #808511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808511; }

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

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

background-color css

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

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

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

border-color css

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

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

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