Html Css Color HEX #808311 Olive

📋 copy color: '#808311'

red 128 ◦ green 131 ◦ blue 17

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

Shades of Olive #808311

Tints of Olive #808311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

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

R = 46.38%
G = 47.46%
B = 6.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#808311 (or 0x808311) is known color: Olive. HEX triplet: 80, 83 and 11. RGB value is (128,131,17). Sum of RGB (Red+Green+Blue) = 128+131+17=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #808311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808311 is #7F7CEE. Grayscale: #757575. Windows color (decimal): -8355055 or 1147776. OLE color: 1147776.

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

Color convert

RGB 128 131 17 -
CMYK 0.02 0 0.87 0.49
HSL 61.58º 0.77% 0.29% -
HSV(B) 61.58º 0.87% 0.51% -
XYZ 17.12 20.86 3.65 -
YUV 117.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 128 131 17 0.02 0 0.87 0.49 61.58 0.77 0.29
Hex 80 83 11 2 0 57 31 3E 4D 1D
Octal 200 203 21 2 0 127 61 76 115 35
Binary 10000000 10000011 10001 10 0 1010111 110001 111110 1001101 11101

Color Harmonies of #808311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808311

Black with #808311

Text Example


Text Example

White with #808311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808311; }

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

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

background-color css

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

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

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

border-color css

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

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

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