#769587

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

Shades of Granny Smith #769587

Tints of Granny Smith #769587

Color information

#769587 (or 0x769587) is unknown color: approx Granny Smith. HEX triplet: 76, 95 and 87. RGB value is (118,149,135). Sum of RGB (Red+Green+Blue) = 118+149+135=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #769587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769587 is #896A78. Grayscale: #8A8A8A. Windows color (decimal): -9005689 or 8885622. OLE color: 8885622.

HSL color Cylindrical-coordinate representation of color #769587: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769587 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB118149135-
CMYK0.2100.090.42
HSL152.9º12.76%52.35%-
HSV(B)152.9º20.81%58.43%-
XYZ22.5927.126.96-
YUV138.14126.23113.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=29.35%
G=37.06%
B=33.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491350.2100.090.42152.912.7652.35
Hex76958715092A99d34
Octal16622520725011522311564
Binary111011010010101100001111010101001101010100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769587; }

 p { color: rgb(118,149,135); }

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

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

 a { background-color: rgb(118,149,135); }

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

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

 span { border-color: rgb(118,149,135); }

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