#76998F

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

Shades of Granny Smith #76998F

Tints of Granny Smith #76998F

Color information

#76998F (or 0x76998F) is unknown color: approx Granny Smith. HEX triplet: 76, 99 and 8F. RGB value is (118,153,143). Sum of RGB (Red+Green+Blue) = 118+153+143=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #76998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76998F is #896670. Grayscale: #8D8D8D. Windows color (decimal): -9004657 or 9410934. OLE color: 9410934.

HSL color Cylindrical-coordinate representation of color #76998F: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76998F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB118153143-
CMYK0.2300.070.4
HSL162.86º14.64%53.14%-
HSV(B)162.86º22.88%60%-
XYZ23.8228.6230.25-
YUV141.39128.9111.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=28.50%
G=36.96%
B=34.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531430.2300.070.4162.8614.6453.14
Hex76998F170728a3f35
Octal1662312172707502431765
Binary11101101001100110001111101110111101000101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76998F; }

 p { color: rgb(118,153,143); }

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

<style>
 a { background-color: #76998F; }

 a { background-color: rgb(118,153,143); }

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

<style>
 span { border-color: #76998F; }

 span { border-color: rgb(118,153,143); }

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