#76998B

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

Shades of Granny Smith #76998B

Tints of Granny Smith #76998B

Color information

#76998B (or 0x76998B) is unknown color: approx Granny Smith. HEX triplet: 76, 99 and 8B. RGB value is (118,153,139). Sum of RGB (Red+Green+Blue) = 118+153+139=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #76998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76998B is #896674. Grayscale: #8C8C8C. Windows color (decimal): -9004661 or 9148790. OLE color: 9148790.

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

Color convert

RGB118153139-
CMYK0.2300.090.4
HSL156º14.64%53.14%-
HSV(B)156º22.88%60%-
XYZ23.5228.528.69-
YUV140.94126.9111.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=28.78%
G=37.32%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531390.2300.090.415614.6453.14
Hex76998B1709289cf35
Octal16623121327011502341765
Binary111011010011001100010111011101001101000100111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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