#80960A

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

Shades of Olive #80960A

Tints of Olive #80960A

Color information

#80960A (or 0x80960A) is unknown color: approx Olive. HEX triplet: 80, 96 and 0A. RGB value is (128,150,10). Sum of RGB (Red+Green+Blue) = 128+150+10=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #80960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80960A is #7F69F5. Grayscale: #808080. Windows color (decimal): -8350198 or 693888. OLE color: 693888.

HSL color Cylindrical-coordinate representation of color #80960A: hue angle of 69.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80960A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB12815010-
CMYK0.1500.930.41
HSL69.43º87.5%31.37%-
HSV(B)69.43º93.33%58.82%-
XYZ19.8626.424.34-
YUV127.4661.71128.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=44.44%
G=52.08%
B=3.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150100.1500.930.4169.4387.531.37
Hex8096AF05D2945581f
Octal200226121701355110513037
Binary100000001001011010101111010111011010011000101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80960A; }

 p { color: rgb(128,150,10); }

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

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

 a { background-color: rgb(128,150,10); }

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

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

 span { border-color: rgb(128,150,10); }

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