#769584

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

Shades of Granny Smith #769584

Tints of Granny Smith #769584

Color information

#769584 (or 0x769584) is unknown color: approx Granny Smith. HEX triplet: 76, 95 and 84. RGB value is (118,149,132). Sum of RGB (Red+Green+Blue) = 118+149+132=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #769584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769584 is #896A7B. Grayscale: #898989. Windows color (decimal): -9005692 or 8689014. OLE color: 8689014.

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

Color convert

RGB118149132-
CMYK0.2100.110.42
HSL147.1º12.76%52.35%-
HSV(B)147.1º20.81%58.43%-
XYZ22.3827.0125.86-
YUV137.79124.73113.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=29.57%
G=37.34%
B=33.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491320.2100.110.42147.112.7652.35
Hex769584150B2A93d34
Octal16622520425013522231564
Binary111011010010101100001001010101011101010100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769584; }

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

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

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

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

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

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

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

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