#79741B

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

Shades of Olivetone #79741B

Tints of Olivetone #79741B

Color information

#79741B (or 0x79741B) is unknown color: approx Olivetone. HEX triplet: 79, 74 and 1B. RGB value is (121,116,27). Sum of RGB (Red+Green+Blue) = 121+116+27=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79741B is #868BE4. Grayscale: #6B6B6B. Windows color (decimal): -8817637 or 1799289. OLE color: 1799289.

HSL color Cylindrical-coordinate representation of color #79741B: hue angle of 56.81º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79741B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB12111627-
CMYK00.040.780.53
HSL56.81º63.51%29.02%-
HSV(B)56.81º77.69%47.45%-
XYZ14.3316.633.49-
YUV107.3582.66137.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=45.83%
G=43.94%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211162700.040.780.5356.8163.5129.02
Hex79741B044E3539401d
Octal1711643304116657110035
Binary111100111101001101101001001110110101111001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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