Html Css Color HEX #7A908B Granny Smith

📋 copy color: '#7A908B'

red 122 ◦ green 144 ◦ blue 139

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

Shades of Granny Smith #7A908B

Tints of Granny Smith #7A908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 30.12%
G = 35.56%
B = 34.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#7A908B (or 0x7A908B) is known color: Granny Smith. HEX triplet: 7A, 90 and 8B. RGB value is (122,144,139). Sum of RGB (Red+Green+Blue) = 122+144+139=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #7A908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A908B is #856F74. Grayscale: #888888. Windows color (decimal): -8744821 or 9146490. OLE color: 9146490.

HSL color Cylindrical-coordinate representation of color #7A908B: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A908B is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 139 -
CMYK 0.15 0 0.03 0.44
HSL 166.36º 0.09% 0.52% -
HSV(B) 166.36º 0.15% 0.56% -
XYZ 22.66 25.95 28.24 -
YUV 136.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 122 144 139 0.15 0 0.03 0.44 166.36 0.09 0.52
Hex 7A 90 8B F 0 3 2C A6 9 34
Octal 172 220 213 17 0 3 54 246 11 64
Binary 1111010 10010000 10001011 1111 0 11 101100 10100110 1001 110100

Color Harmonies of #7A908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A908B

Black with #7A908B

Text Example


Text Example

White with #7A908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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