#79720D

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

Shades of Olive #79720D

Tints of Olive #79720D

Color information

#79720D (or 0x79720D) is unknown color: approx Olive. HEX triplet: 79, 72 and 0D. RGB value is (121,114,13). Sum of RGB (Red+Green+Blue) = 121+114+13=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79720D is #868DF2. Grayscale: #686868. Windows color (decimal): -8818163 or 881273. OLE color: 881273.

HSL color Cylindrical-coordinate representation of color #79720D: hue angle of 56.11º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79720D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12111413-
CMYK00.060.890.53
HSL56.11º80.6%26.27%-
HSV(B)56.11º89.26%47.45%-
XYZ13.9816.132.76-
YUV104.5876.32139.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 13 (5.47% from 255) = 5.24%
R=48.79%
G=45.97%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211141300.060.890.5356.1180.626.27
Hex7972D06593538511a
Octal1711621506131657012132
Binary11110011110010110101101011001110101111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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