#797507

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

Shades of Olive #797507

Tints of Olive #797507

Color information

#797507 (or 0x797507) is unknown color: approx Olive. HEX triplet: 79, 75 and 07. RGB value is (121,117,7). Sum of RGB (Red+Green+Blue) = 121+117+7=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #797507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797507 is #868AF8. Grayscale: #6A6A6A. Windows color (decimal): -8817401 or 488825. OLE color: 488825.

HSL color Cylindrical-coordinate representation of color #797507: hue angle of 57.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #797507 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1211177-
CMYK00.030.940.53
HSL57.89º89.06%25.1%-
HSV(B)57.89º94.21%47.45%-
XYZ14.2816.82.69-
YUV105.6672.33138.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=49.39%
G=47.76%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121117700.030.940.5357.8989.0625.1
Hex79757035E353a5919
Octal171165703136657213131
Binary111100111101011110111011110110101111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797507; }

 p { color: rgb(121,117,7); }

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

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

 a { background-color: rgb(121,117,7); }

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

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

 span { border-color: rgb(121,117,7); }

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