#76897F

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

Shades of Granny Smith #76897F

Tints of Granny Smith #76897F

Color information

#76897F (or 0x76897F) is unknown color: approx Granny Smith. HEX triplet: 76, 89 and 7F. RGB value is (118,137,127). Sum of RGB (Red+Green+Blue) = 118+137+127=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #76897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76897F is #897680. Grayscale: #828282. Windows color (decimal): -9008769 or 8358262. OLE color: 8358262.

HSL color Cylindrical-coordinate representation of color #76897F: hue angle of 148.42º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76897F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB118137127-
CMYK0.1400.070.46
HSL148.42º7.45%50%-
HSV(B)148.42º13.87%53.73%-
XYZ20.2523.2823.5-
YUV130.18126.21119.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 127 (50% from 255) = 33.25%
R=30.89%
G=35.86%
B=33.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371270.1400.070.46148.427.4550
Hex76897FE072E94732
Octal166211177160756224762
Binary11101101000100111111111110011110111010010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,137,127); }

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

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

 a { background-color: rgb(118,137,127); }

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

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

 span { border-color: rgb(118,137,127); }

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