#799B8D

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

Shades of Granny Smith #799B8D

Tints of Granny Smith #799B8D

Color information

#799B8D (or 0x799B8D) is unknown color: approx Granny Smith. HEX triplet: 79, 9B and 8D. RGB value is (121,155,141). Sum of RGB (Red+Green+Blue) = 121+155+141=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #799B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B8D is #866472. Grayscale: #8F8F8F. Windows color (decimal): -8807539 or 9280377. OLE color: 9280377.

HSL color Cylindrical-coordinate representation of color #799B8D: hue angle of 155.29º 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 #799B8D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB121155141-
CMYK0.2200.090.39
HSL155.29º14.53%54.12%-
HSV(B)155.29º21.94%60.78%-
XYZ24.4129.4329.59-
YUV143.24126.74112.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=29.02%
G=37.17%
B=33.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551410.2200.090.39155.2914.5354.12
Hex799B8D1609279bf36
Octal17123321526011472331766
Binary111100110011011100011011011001001100111100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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