#79741A

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

Shades of Olivetone #79741A

Tints of Olivetone #79741A

Color information

#79741A (or 0x79741A) is unknown color: approx Olivetone. HEX triplet: 79, 74 and 1A. RGB value is (121,116,26). Sum of RGB (Red+Green+Blue) = 121+116+26=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79741A is #868BE5. Grayscale: #6B6B6B. Windows color (decimal): -8817638 or 1733753. OLE color: 1733753.

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

Color convert

RGB12111626-
CMYK00.040.790.53
HSL56.84º64.63%28.82%-
HSV(B)56.84º78.51%47.45%-
XYZ14.3216.633.43-
YUV107.2482.16137.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=46.01%
G=44.11%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211162600.040.790.5356.8464.6328.82
Hex79741A044F3539411d
Octal1711643204117657110135
Binary111100111101001101001001001111110101111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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