#808112

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

Shades of Olive #808112

Tints of Olive #808112

Color information

#808112 (or 0x808112) is unknown color: approx Olive. HEX triplet: 80, 81 and 12. RGB value is (128,129,18). Sum of RGB (Red+Green+Blue) = 128+129+18=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #808112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808112 is #7F7EED. Grayscale: #747474. Windows color (decimal): -8355566 or 1212800. OLE color: 1212800.

HSL color Cylindrical-coordinate representation of color #808112: hue angle of 60.54º 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 #808112 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB12812918-
CMYK0.0100.860.49
HSL60.54º75.51%28.82%-
HSV(B)60.54º86.05%50.59%-
XYZ16.8620.333.61-
YUV116.0572.67136.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=46.55%
G=46.91%
B=6.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129180.0100.860.4960.5475.5128.82
Hex8081121056313d4c1d
Octal2002012210126617511435
Binary100000001000000110010101010110110001111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808112; }

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

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

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

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

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

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

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

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