#799B93

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

Shades of Granny Smith #799B93

Tints of Granny Smith #799B93

Color information

#799B93 (or 0x799B93) is unknown color: approx Granny Smith. HEX triplet: 79, 9B and 93. RGB value is (121,155,147). Sum of RGB (Red+Green+Blue) = 121+155+147=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #799B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B93 is #86646C. Grayscale: #8F8F8F. Windows color (decimal): -8807533 or 9673593. OLE color: 9673593.

HSL color Cylindrical-coordinate representation of color #799B93: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799B93 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB121155147-
CMYK0.2200.050.39
HSL165.88º14.53%54.12%-
HSV(B)165.88º21.94%60.78%-
XYZ24.8729.6132.01-
YUV143.92129.74111.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=28.61%
G=36.64%
B=34.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551470.2200.050.39165.8814.5354.12
Hex799B93160527a6f36
Octal1712332232605472461766
Binary11110011001101110010011101100101100111101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,147); }

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

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

 a { background-color: rgb(121,155,147); }

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

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

 span { border-color: rgb(121,155,147); }

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