#79740D

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

Shades of Olive #79740D

Tints of Olive #79740D

Color information

#79740D (or 0x79740D) is unknown color: approx Olive. HEX triplet: 79, 74 and 0D. RGB value is (121,116,13). Sum of RGB (Red+Green+Blue) = 121+116+13=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79740D is #868BF2. Grayscale: #6A6A6A. Windows color (decimal): -8817651 or 881785. OLE color: 881785.

HSL color Cylindrical-coordinate representation of color #79740D: hue angle of 57.22º 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 #79740D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB12111613-
CMYK00.040.890.53
HSL57.22º80.6%26.27%-
HSV(B)57.22º89.26%47.45%-
XYZ14.216.582.83-
YUV105.7575.66138.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 13 (5.47% from 255) = 5.2%
R=48.4%
G=46.4%
B=5.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211161300.040.890.5357.2280.626.27
Hex7974D04593539511a
Octal1711641504131657112132
Binary11110011110100110101001011001110101111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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