#80900D

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

Shades of Olive #80900D

Tints of Olive #80900D

Color information

#80900D (or 0x80900D) is unknown color: approx Olive. HEX triplet: 80, 90 and 0D. RGB value is (128,144,13). Sum of RGB (Red+Green+Blue) = 128+144+13=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #80900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80900D is #7F6FF2. Grayscale: #7C7C7C. Windows color (decimal): -8351731 or 888960. OLE color: 888960.

HSL color Cylindrical-coordinate representation of color #80900D: hue angle of 67.33º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80900D is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB12814413-
CMYK0.1100.910.44
HSL67.33º83.44%30.78%-
HSV(B)67.33º90.97%56.47%-
XYZ18.9524.564.12-
YUV124.2865.2130.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=44.91%
G=50.53%
B=4.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144130.1100.910.4467.3383.4430.78
Hex8090DB05B2C43531f
Octal200220151301335410312337
Binary100000001001000011011011010110111011001000011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80900D; }

 p { color: rgb(128,144,13); }

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

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

 a { background-color: rgb(128,144,13); }

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

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

 span { border-color: rgb(128,144,13); }

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