#76988C

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

Shades of Granny Smith #76988C

Tints of Granny Smith #76988C

Color information

#76988C (or 0x76988C) is unknown color: approx Granny Smith. HEX triplet: 76, 98 and 8C. RGB value is (118,152,140). Sum of RGB (Red+Green+Blue) = 118+152+140=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #76988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76988C is #896773. Grayscale: #8C8C8C. Windows color (decimal): -9004916 or 9214070. OLE color: 9214070.

HSL color Cylindrical-coordinate representation of color #76988C: hue angle of 158.82º 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 #76988C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB118152140-
CMYK0.2200.080.40
HSL158.82º14.17%52.94%-
HSV(B)158.82º22.37%59.61%-
XYZ23.4328.229.02-
YUV140.47127.74111.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=28.78%
G=37.07%
B=34.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521400.2200.080.40158.8214.1752.94
Hex76988C1608289fe35
Octal16623021426010502371665
Binary111011010011000100011001011001000101000100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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