#80890B

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

Shades of Olive #80890B

Tints of Olive #80890B

Color information

#80890B (or 0x80890B) is unknown color: approx Olive. HEX triplet: 80, 89 and 0B. RGB value is (128,137,11). Sum of RGB (Red+Green+Blue) = 128+137+11=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #80890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80890B is #7F76F4. Grayscale: #787878. Windows color (decimal): -8353525 or 756096. OLE color: 756096.

HSL color Cylindrical-coordinate representation of color #80890B: hue angle of 64.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80890B is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB12813711-
CMYK0.0700.920.46
HSL64.29º85.14%29.02%-
HSV(B)64.29º91.97%53.73%-
XYZ17.9122.53.72-
YUV119.9466.52133.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=46.38%
G=49.64%
B=3.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137110.0700.920.4664.2985.1429.02
Hex8089B705C2E40551d
Octal20021113701345610012535
Binary10000000100010011011111010111001011101000000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80890B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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