Html Css Color HEX #7A9289 Granny Smith

📋 copy color: '#7A9289'

red 122 ◦ green 146 ◦ blue 137

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

Shades of Granny Smith #7A9289

Tints of Granny Smith #7A9289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 30.12%
G = 36.05%
B = 33.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#7A9289 (or 0x7A9289) is known color: Granny Smith. HEX triplet: 7A, 92 and 89. RGB value is (122,146,137). Sum of RGB (Red+Green+Blue) = 122+146+137=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9289 is #856D76. Grayscale: #898989. Windows color (decimal): -8744311 or 9015930. OLE color: 9015930.

HSL color Cylindrical-coordinate representation of color #7A9289: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A9289 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 146 137 -
CMYK 0.16 0 0.06 0.43
HSL 157.5º 0.1% 0.53% -
HSV(B) 157.5º 0.16% 0.57% -
XYZ 22.82 26.5 27.58 -
YUV 137.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 122 146 137 0.16 0 0.06 0.43 157.5 0.1 0.53
Hex 7A 92 89 10 0 6 2B 9E A 35
Octal 172 222 211 20 0 6 53 236 12 65
Binary 1111010 10010010 10001001 10000 0 110 101011 10011110 1010 110101

Color Harmonies of #7A9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9289

Black with #7A9289

Text Example


Text Example

White with #7A9289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,146,137); }

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

background-color css

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

 a { background-color: rgb(122,146,137); }

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

border-color css

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

 span { border-color: rgb(122,146,137); }

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