#76998E

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

Shades of Granny Smith #76998E

Tints of Granny Smith #76998E

Color information

#76998E (or 0x76998E) is unknown color: approx Granny Smith. HEX triplet: 76, 99 and 8E. RGB value is (118,153,142). Sum of RGB (Red+Green+Blue) = 118+153+142=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #76998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76998E is #896671. Grayscale: #8D8D8D. Windows color (decimal): -9004658 or 9345398. OLE color: 9345398.

HSL color Cylindrical-coordinate representation of color #76998E: hue angle of 161.14º 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 #76998E is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB118153142-
CMYK0.2300.070.4
HSL161.14º14.64%53.14%-
HSV(B)161.14º22.88%60%-
XYZ23.7428.5929.86-
YUV141.28128.4111.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=28.57%
G=37.05%
B=34.38%

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
Decimal1181531420.2300.070.4161.1414.6453.14
Hex76998E170728a1f35
Octal1662312162707502411765
Binary11101101001100110001110101110111101000101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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