#76988B

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

Shades of Granny Smith #76988B

Tints of Granny Smith #76988B

Color information

#76988B (or 0x76988B) is unknown color: approx Granny Smith. HEX triplet: 76, 98 and 8B. RGB value is (118,152,139). Sum of RGB (Red+Green+Blue) = 118+152+139=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #76988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76988B is #896774. Grayscale: #8C8C8C. Windows color (decimal): -9004917 or 9148534. OLE color: 9148534.

HSL color Cylindrical-coordinate representation of color #76988B: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76988B is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB118152139-
CMYK0.2200.090.40
HSL157.06º14.17%52.94%-
HSV(B)157.06º22.37%59.61%-
XYZ23.3628.1728.63-
YUV140.35127.24112.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=28.85%
G=37.16%
B=33.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521390.2200.090.40157.0614.1752.94
Hex76988B1609289de35
Octal16623021326011502351665
Binary111011010011000100010111011001001101000100111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76988B; }

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

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

<style>
 a { background-color: #76988B; }

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

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

<style>
 span { border-color: #76988B; }

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

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