#797D01

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

Shades of Olive #797D01

Tints of Olive #797D01

Color information

#797D01 (or 0x797D01) is unknown color: approx Olive. HEX triplet: 79, 7D and 01. RGB value is (121,125,1). Sum of RGB (Red+Green+Blue) = 121+125+1=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #797D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797D01 is #8682FE. Grayscale: #6E6E6E. Windows color (decimal): -8815359 or 97657. OLE color: 97657.

HSL color Cylindrical-coordinate representation of color #797D01: hue angle of 61.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #797D01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB1211251-
CMYK0.0300.990.51
HSL61.94º98.41%24.71%-
HSV(B)61.94º99.2%49.02%-
XYZ15.2218.732.84-
YUV109.6766.67136.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.99%
GREEN value IS 125 (49.22% from 255) = 50.61%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=48.99%
G=50.61%
B=0.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12112510.0300.990.5161.9498.4124.71
Hex797D13063333e6219
Octal171175130143637614231
Binary1111001111110111101100011110011111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797D01; }

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

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

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

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

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

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

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

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