#79740B

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

Shades of Olive #79740B

Tints of Olive #79740B

Color information

#79740B (or 0x79740B) is unknown color: approx Olive. HEX triplet: 79, 74 and 0B. RGB value is (121,116,11). Sum of RGB (Red+Green+Blue) = 121+116+11=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79740B is #868BF4. Grayscale: #696969. Windows color (decimal): -8817653 or 750713. OLE color: 750713.

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

Color convert

RGB12111611-
CMYK00.040.910.53
HSL57.27º83.33%25.88%-
HSV(B)57.27º90.91%47.45%-
XYZ14.1916.582.77-
YUV105.5274.66139.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=48.79%
G=46.77%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211161100.040.910.5357.2783.3325.88
Hex7974B045B3539531a
Octal1711641304133657112332
Binary11110011110100101101001011011110101111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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