#7A988B

Color #7A988B Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7A988B

Tints of Granny Smith #7A988B

Color information

#7A988B (or 0x7A988B) is unknown color: approx Granny Smith. HEX triplet: 7A, 98 and 8B. RGB value is (122,152,139). Sum of RGB (Red+Green+Blue) = 122+152+139=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #7A988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A988B is #856774. Grayscale: #8D8D8D. Windows color (decimal): -8742773 or 9148538. OLE color: 9148538.

HSL color Cylindrical-coordinate representation of color #7A988B: hue angle of 154º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A988B is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB122152139-
CMYK0.2000.090.40
HSL154º12.71%53.73%-
HSV(B)154º19.74%59.61%-
XYZ23.9128.4628.66-
YUV141.55126.56114.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=29.54%
G=36.80%
B=33.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221521390.2000.090.4015412.7153.73
Hex7A988B1409289ad36
Octal17223021324011502321566
Binary111101010011000100010111010001001101000100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A988B;
 }
 .AnyTagClassName
 {
   color: #7A988B;
 }
</style>
background-color css

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

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

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

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

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

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