#799E94

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

Shades of Granny Smith #799E94

Tints of Granny Smith #799E94

Color information

#799E94 (or 0x799E94) is unknown color: approx Granny Smith. HEX triplet: 79, 9E and 94. RGB value is (121,158,148). Sum of RGB (Red+Green+Blue) = 121+158+148=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #799E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E94 is #86616B. Grayscale: #919191. Windows color (decimal): -8806764 or 9739897. OLE color: 9739897.

HSL color Cylindrical-coordinate representation of color #799E94: hue angle of 163.78º 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 #799E94 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB121158148-
CMYK0.2300.060.38
HSL163.78º16.02%54.71%-
HSV(B)163.78º23.42%61.96%-
XYZ25.4630.6632.59-
YUV145.8129.24110.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=28.34%
G=37.00%
B=34.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581480.2300.060.38163.7816.0254.71
Hex799E94170626a41037
Octal1712362242706462442067
Binary111100110011110100101001011101101001101010010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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