#80710B

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

Shades of Olive #80710B

Tints of Olive #80710B

Color information

#80710B (or 0x80710B) is unknown color: approx Olive. HEX triplet: 80, 71 and 0B. RGB value is (128,113,11). Sum of RGB (Red+Green+Blue) = 128+113+11=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80710B is #7F8EF4. Grayscale: #6A6A6A. Windows color (decimal): -8359669 or 749952. OLE color: 749952.

HSL color Cylindrical-coordinate representation of color #80710B: hue angle of 52.31º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80710B is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12811311-
CMYK00.120.910.50
HSL52.31º84.17%27.25%-
HSV(B)52.31º91.41%50.2%-
XYZ14.8716.422.7-
YUV105.8674.47143.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=50.79%
G=44.84%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281131100.120.910.5052.3184.1727.25
Hex8071B0C5B3234541b
Octal20016113014133626412433
Binary1000000011100011011011001011011110010110100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80710B; }

 p { color: rgb(128,113,11); }

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

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

 a { background-color: rgb(128,113,11); }

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

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

 span { border-color: rgb(128,113,11); }

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