#79720B

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

Shades of Olive #79720B

Tints of Olive #79720B

Color information

#79720B (or 0x79720B) is unknown color: approx Olive. HEX triplet: 79, 72 and 0B. RGB value is (121,114,11). Sum of RGB (Red+Green+Blue) = 121+114+11=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79720B is #868DF4. Grayscale: #686868. Windows color (decimal): -8818165 or 750201. OLE color: 750201.

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

Color convert

RGB12111411-
CMYK00.060.910.53
HSL56.18º83.33%25.88%-
HSV(B)56.18º90.91%47.45%-
XYZ13.9616.122.69-
YUV104.3575.32139.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=49.19%
G=46.34%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211141100.060.910.5356.1883.3325.88
Hex7972B065B3538531a
Octal1711621306133657012332
Binary11110011110010101101101011011110101111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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