Html Css Color HEX #79A096 Granny Smith

📋 copy color: '#79A096'

red 121 ◦ green 160 ◦ blue 150

#79A096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #79A096

Tints of Granny Smith #79A096

RGB

 RED value IS 121 (47.66% from 255) = 28.07%

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 28.07%
G = 37.12%
B = 34.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#79A096 (or 0x79A096) is known color: Granny Smith. HEX triplet: 79, A0 and 96. RGB value is (121,160,150). Sum of RGB (Red+Green+Blue) = 121+160+150=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #79A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A096 is #865F69. Grayscale: #939393. Windows color (decimal): -8806250 or 9871481. OLE color: 9871481.

HSL color Cylindrical-coordinate representation of color #79A096: hue angle of 164.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A096 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 160 150 -
CMYK 0.24 0 0.06 0.37
HSL 164.62º 0.17% 0.55% -
HSV(B) 164.62º 0.24% 0.63% -
XYZ 25.96 31.41 33.55 -
YUV 147.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 121 160 150 0.24 0 0.06 0.37 164.62 0.17 0.55
Hex 79 A0 96 18 0 6 25 A5 11 37
Octal 171 240 226 30 0 6 45 245 21 67
Binary 1111001 10100000 10010110 11000 0 110 100101 10100101 10001 110111

Color Harmonies of #79A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A096

Black with #79A096

Text Example


Text Example

White with #79A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A096; }

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

 H1.HeaderClassName
 {
   color: #79A096;
 }
 .AnyTagClassName
 {
   color: #79A096;
 }
</style>

background-color css

<style>
 a { background-color: #79A096; }

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

 div.DivClassName
 {
   background-color: #79A096;
 }
 .BgClassName
 {
   background-color: #79A096;
 }
</style>

border-color css

<style>
 span { border-color: #79A096; }

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

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