#808312

Color #808312 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #808312

Tints of Olive #808312

Color information

#808312 (or 0x808312) is unknown color: approx Olive. HEX triplet: 80, 83 and 12. RGB value is (128,131,18). Sum of RGB (Red+Green+Blue) = 128+131+18=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #808312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808312 is #7F7CED. Grayscale: #757575. Windows color (decimal): -8355054 or 1213312. OLE color: 1213312.

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

Color convert

RGB12813118-
CMYK0.0200.860.49
HSL61.59º75.84%29.22%-
HSV(B)61.59º86.26%51.37%-
XYZ17.1320.873.7-
YUV117.2272.01135.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=46.21%
G=47.29%
B=6.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131180.0200.860.4961.5975.8429.22
Hex8083122056313e4c1d
Octal2002032220126617611435
Binary1000000010000011100101001010110110001111110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808312; }

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

 H1.HeaderClassName
 {
   color: #808312;
 }
 .AnyTagClassName
 {
   color: #808312;
 }
</style>
background-color css

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

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

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

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

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

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