#769589

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

Shades of Granny Smith #769589

Tints of Granny Smith #769589

Color information

#769589 (or 0x769589) is unknown color: approx Granny Smith. HEX triplet: 76, 95 and 89. RGB value is (118,149,137). Sum of RGB (Red+Green+Blue) = 118+149+137=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #769589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769589 is #896A76. Grayscale: #8A8A8A. Windows color (decimal): -9005687 or 9016694. OLE color: 9016694.

HSL color Cylindrical-coordinate representation of color #769589: hue angle of 156.77º 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 #769589 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB118149137-
CMYK0.2100.080.42
HSL156.77º12.76%52.35%-
HSV(B)156.77º20.81%58.43%-
XYZ22.7327.1527.71-
YUV138.36127.23113.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=29.21%
G=36.88%
B=33.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491370.2100.080.42156.7712.7652.35
Hex76958915082A9dd34
Octal16622521125010522351564
Binary111011010010101100010011010101000101010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769589; }

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

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

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

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

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

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

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

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