Html Css Color HEX #7A9B8B Granny Smith

📋 copy color: '#7A9B8B'

red 122 ◦ green 155 ◦ blue 139

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

Shades of Granny Smith #7A9B8B

Tints of Granny Smith #7A9B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 29.33%
G = 37.26%
B = 33.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#7A9B8B (or 0x7A9B8B) is known color: Granny Smith. HEX triplet: 7A, 9B and 8B. RGB value is (122,155,139). Sum of RGB (Red+Green+Blue) = 122+155+139=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9B8B is #856474. Grayscale: #8F8F8F. Windows color (decimal): -8742005 or 9149306. OLE color: 9149306.

HSL color Cylindrical-coordinate representation of color #7A9B8B: hue angle of 150.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B8B is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 155 139 -
CMYK 0.21 0 0.10 0.39
HSL 150.91º 0.14% 0.54% -
HSV(B) 150.91º 0.21% 0.61% -
XYZ 24.41 29.44 28.82 -
YUV 143.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 122 155 139 0.21 0 0.10 0.39 150.91 0.14 0.54
Hex 7A 9B 8B 15 0 A 27 97 E 36
Octal 172 233 213 25 0 12 47 227 16 66
Binary 1111010 10011011 10001011 10101 0 1010 100111 10010111 1110 110110

Color Harmonies of #7A9B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9B8B

Black with #7A9B8B

Text Example


Text Example

White with #7A9B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,155,139); }

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

background-color css

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

 a { background-color: rgb(122,155,139); }

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

border-color css

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

 span { border-color: rgb(122,155,139); }

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