Html Css Color HEX #7A9E97 Granny Smith

📋 copy color: '#7A9E97'

red 122 ◦ green 158 ◦ blue 151

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

Shades of Granny Smith #7A9E97

Tints of Granny Smith #7A9E97

RGB

 RED value IS 122 (48.05% from 255) = 28.31%

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 28.31%
G = 36.66%
B = 35.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#7A9E97 (or 0x7A9E97) is known color: Granny Smith. HEX triplet: 7A, 9E and 97. RGB value is (122,158,151). Sum of RGB (Red+Green+Blue) = 122+158+151=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E97 is #856168. Grayscale: #929292. Windows color (decimal): -8741225 or 9936506. OLE color: 9936506.

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

Color convert

RGB 122 158 151 -
CMYK 0.23 0 0.04 0.38
HSL 168.33º 0.16% 0.55% -
HSV(B) 168.33º 0.23% 0.62% -
XYZ 25.84 30.83 33.87 -
YUV 146.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 122 158 151 0.23 0 0.04 0.38 168.33 0.16 0.55
Hex 7A 9E 97 17 0 4 26 A8 10 37
Octal 172 236 227 27 0 4 46 250 20 67
Binary 1111010 10011110 10010111 10111 0 100 100110 10101000 10000 110111

Color Harmonies of #7A9E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9E97

Black with #7A9E97

Text Example


Text Example

White with #7A9E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A9E97; }

 p { color: rgb(122,158,151); }

 H1.HeaderClassName
 {
   color: #7A9E97;
 }
 .AnyTagClassName
 {
   color: #7A9E97;
 }
</style>

background-color css

<style>
 a { background-color: #7A9E97; }

 a { background-color: rgb(122,158,151); }

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

border-color css

<style>
 span { border-color: #7A9E97; }

 span { border-color: rgb(122,158,151); }

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