#797400

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

Shades of Olive #797400

Tints of Olive #797400

Color information

#797400 (or 0x797400) is unknown color: approx Olive. HEX triplet: 79, 74 and 00. RGB value is (121,116,0). Sum of RGB (Red+Green+Blue) = 121+116+0=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #797400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797400 is #868BFF. Grayscale: #686868. Windows color (decimal): -8817664 or 29817. OLE color: 29817.

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

Color convert

RGB1211160-
CMYK00.0410.53
HSL57.52º100%23.73%-
HSV(B)57.52º100%47.45%-
XYZ14.1316.562.45-
YUV104.2769.16139.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.05%
G=48.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121116000.0410.5357.5210023.73
Hex797400464353a6418
Octal171164004144657214430
Binary11110011110100001001100100110101111010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797400; }

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

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

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

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

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

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

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

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