#799990

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

Shades of Granny Smith #799990

Tints of Granny Smith #799990

Color information

#799990 (or 0x799990) is unknown color: approx Granny Smith. HEX triplet: 79, 99 and 90. RGB value is (121,153,144). Sum of RGB (Red+Green+Blue) = 121+153+144=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #799990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799990 is #86666F. Grayscale: #8E8E8E. Windows color (decimal): -8808048 or 9476473. OLE color: 9476473.

HSL color Cylindrical-coordinate representation of color #799990: hue angle of 163.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799990 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB121153144-
CMYK0.2100.060.4
HSL163.12º13.56%53.73%-
HSV(B)163.12º20.92%60%-
XYZ24.3128.8630.68-
YUV142.41128.9112.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=28.95%
G=36.60%
B=34.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531440.2100.060.4163.1213.5653.73
Hex799990150628a3e36
Octal1712312202506502431666
Binary11110011001100110010000101010110101000101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799990; }

 p { color: rgb(121,153,144); }

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

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

 a { background-color: rgb(121,153,144); }

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

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

 span { border-color: rgb(121,153,144); }

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