#799701

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

Shades of Olive #799701

Tints of Olive #799701

Color information

#799701 (or 0x799701) is unknown color: approx Olive. HEX triplet: 79, 97 and 01. RGB value is (121,151,1). Sum of RGB (Red+Green+Blue) = 121+151+1=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #799701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799701 is #8668FE. Grayscale: #7D7D7D. Windows color (decimal): -8808703 or 104313. OLE color: 104313.

HSL color Cylindrical-coordinate representation of color #799701: hue angle of 72º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #799701 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1211511-
CMYK0.2000.990.41
HSL72º98.68%29.8%-
HSV(B)72º99.34%59.22%-
XYZ18.9626.24.09-
YUV124.9358.06125.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 151 (59.38% from 255) = 55.31%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=44.32%
G=55.31%
B=0.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12115110.2000.990.417298.6829.8
Hex79971140632948631e
Octal17122712401435111014336
Binary111100110010111110100011000111010011001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799701; }

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

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

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

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

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

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

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

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