#799A8E

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

Shades of Granny Smith #799A8E

Tints of Granny Smith #799A8E

Color information

#799A8E (or 0x799A8E) is unknown color: approx Granny Smith. HEX triplet: 79, 9A and 8E. RGB value is (121,154,142). Sum of RGB (Red+Green+Blue) = 121+154+142=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #799A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799A8E is #866571. Grayscale: #8E8E8E. Windows color (decimal): -8807794 or 9345657. OLE color: 9345657.

HSL color Cylindrical-coordinate representation of color #799A8E: hue angle of 158.18º 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 #799A8E is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB121154142-
CMYK0.2100.080.40
HSL158.18º14.04%53.92%-
HSV(B)158.18º21.43%60.39%-
XYZ24.3229.1329.93-
YUV142.76127.57112.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=29.02%
G=36.93%
B=34.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211541420.2100.080.40158.1814.0453.92
Hex799A8E1508289ee36
Octal17123221625010502361666
Binary111100110011010100011101010101000101000100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,154,142); }

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

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

 a { background-color: rgb(121,154,142); }

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

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

 span { border-color: rgb(121,154,142); }

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