#80790D

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

Shades of Olive #80790D

Tints of Olive #80790D

Color information

#80790D (or 0x80790D) is unknown color: approx Olive. HEX triplet: 80, 79 and 0D. RGB value is (128,121,13). Sum of RGB (Red+Green+Blue) = 128+121+13=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80790D is #7F86F2. Grayscale: #6F6F6F. Windows color (decimal): -8357619 or 883072. OLE color: 883072.

HSL color Cylindrical-coordinate representation of color #80790D: hue angle of 56.35º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80790D is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB12812113-
CMYK00.050.900.50
HSL56.35º81.56%27.65%-
HSV(B)56.35º89.84%50.2%-
XYZ15.8118.293.08-
YUV110.7872.82140.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.85%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=48.85%
G=46.18%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281211300.050.900.5056.3581.5627.65
Hex8079D055A3238521c
Octal2001711505132627012234
Binary100000001111001110101011011010110010111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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