#79760A

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

Shades of Olive #79760A

Tints of Olive #79760A

Color information

#79760A (or 0x79760A) is unknown color: approx Olive. HEX triplet: 79, 76 and 0A. RGB value is (121,118,10). Sum of RGB (Red+Green+Blue) = 121+118+10=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79760A is #8689F5. Grayscale: #6B6B6B. Windows color (decimal): -8817142 or 685689. OLE color: 685689.

HSL color Cylindrical-coordinate representation of color #79760A: hue angle of 58.38º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79760A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12111810-
CMYK00.020.920.53
HSL58.38º84.73%25.69%-
HSV(B)58.38º91.74%47.45%-
XYZ14.4217.042.82-
YUV106.5873.49138.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=48.59%
G=47.39%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211181000.020.920.5358.3884.7325.69
Hex7976A025C353a551a
Octal1711661202134657212532
Binary1111001111011010100101011100110101111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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