#797101

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

Shades of Olive #797101

Tints of Olive #797101

Color information

#797101 (or 0x797101) is unknown color: approx Olive. HEX triplet: 79, 71 and 01. RGB value is (121,113,1). Sum of RGB (Red+Green+Blue) = 121+113+1=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #797101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797101 is #868EFE. Grayscale: #676767. Windows color (decimal): -8818431 or 94585. OLE color: 94585.

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

Color convert

RGB1211131-
CMYK00.070.990.53
HSL56º98.36%23.92%-
HSV(B)56º99.17%47.45%-
XYZ13.815.882.37-
YUV102.6270.65141.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=51.49%
G=48.09%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121113100.070.990.535698.3623.92
Hex79711076335386218
Octal171161107143657014230
Binary11110011110001101111100011110101111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797101; }

 p { color: rgb(121,113,1); }

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

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

 a { background-color: rgb(121,113,1); }

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

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

 span { border-color: rgb(121,113,1); }

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