#79731B

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

Shades of Olivetone #79731B

Tints of Olivetone #79731B

Color information

#79731B (or 0x79731B) is unknown color: approx Olivetone. HEX triplet: 79, 73 and 1B. RGB value is (121,115,27). Sum of RGB (Red+Green+Blue) = 121+115+27=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79731B is #868CE4. Grayscale: #6B6B6B. Windows color (decimal): -8817893 or 1799033. OLE color: 1799033.

HSL color Cylindrical-coordinate representation of color #79731B: hue angle of 56.17º 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 #79731B is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB12111527-
CMYK00.050.780.53
HSL56.17º63.51%29.02%-
HSV(B)56.17º77.69%47.45%-
XYZ14.2116.413.45-
YUV106.7682.99138.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=46.01%
G=43.73%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211152700.050.780.5356.1763.5129.02
Hex79731B054E3538401d
Octal1711633305116657010035
Binary111100111100111101101011001110110101111000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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