#79760D

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

Shades of Olive #79760D

Tints of Olive #79760D

Color information

#79760D (or 0x79760D) is unknown color: approx Olive. HEX triplet: 79, 76 and 0D. RGB value is (121,118,13). Sum of RGB (Red+Green+Blue) = 121+118+13=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79760D is #8689F2. Grayscale: #6B6B6B. Windows color (decimal): -8817139 or 882297. OLE color: 882297.

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

Color convert

RGB12111813-
CMYK00.020.890.53
HSL58.33º80.6%26.27%-
HSV(B)58.33º89.26%47.45%-
XYZ14.4417.052.91-
YUV106.9374.99138.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=48.02%
G=46.83%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211181300.020.890.5358.3380.626.27
Hex7976D0259353a511a
Octal1711661502131657212132
Binary1111001111011011010101011001110101111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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