#799E96

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

Shades of Granny Smith #799E96

Tints of Granny Smith #799E96

Color information

#799E96 (or 0x799E96) is unknown color: approx Granny Smith. HEX triplet: 79, 9E and 96. RGB value is (121,158,150). Sum of RGB (Red+Green+Blue) = 121+158+150=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #799E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E96 is #866169. Grayscale: #929292. Windows color (decimal): -8806762 or 9870969. OLE color: 9870969.

HSL color Cylindrical-coordinate representation of color #799E96: hue angle of 167.03º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E96 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB121158150-
CMYK0.2300.050.38
HSL167.03º16.02%54.71%-
HSV(B)167.03º23.42%61.96%-
XYZ25.6230.7233.43-
YUV146.02130.24110.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=28.21%
G=36.83%
B=34.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581500.2300.050.38167.0316.0254.71
Hex799E96170526a71037
Octal1712362262705462472067
Binary111100110011110100101101011101011001101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799E96; }

 p { color: rgb(121,158,150); }

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

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

 a { background-color: rgb(121,158,150); }

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

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

 span { border-color: rgb(121,158,150); }

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