#79761A

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

Shades of Olivetone #79761A

Tints of Olivetone #79761A

Color information

#79761A (or 0x79761A) is unknown color: approx Olivetone. HEX triplet: 79, 76 and 1A. RGB value is (121,118,26). Sum of RGB (Red+Green+Blue) = 121+118+26=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79761A is #8689E5. Grayscale: #6C6C6C. Windows color (decimal): -8817126 or 1734265. OLE color: 1734265.

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

Color convert

RGB12111826-
CMYK00.020.790.53
HSL58.11º64.63%28.82%-
HSV(B)58.11º78.51%47.45%-
XYZ14.5517.13.51-
YUV108.4181.49136.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=45.66%
G=44.53%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211182600.020.790.5358.1164.6328.82
Hex79761A024F353a411d
Octal1711663202117657210135
Binary11110011110110110100101001111110101111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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