#769488

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

Shades of Granny Smith #769488

Tints of Granny Smith #769488

Color information

#769488 (or 0x769488) is unknown color: approx Granny Smith. HEX triplet: 76, 94 and 88. RGB value is (118,148,136). Sum of RGB (Red+Green+Blue) = 118+148+136=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #769488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769488 is #896B77. Grayscale: #898989. Windows color (decimal): -9005944 or 8950902. OLE color: 8950902.

HSL color Cylindrical-coordinate representation of color #769488: hue angle of 156º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769488 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB118148136-
CMYK0.2000.080.42
HSL156º12.3%52.16%-
HSV(B)156º20.27%58.04%-
XYZ22.5126.8127.28-
YUV137.66127.06113.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=29.35%
G=36.82%
B=33.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481360.2000.080.4215612.352.16
Hex76948814082A9cc34
Octal16622421024010522341464
Binary111011010010100100010001010001000101010100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769488; }

 p { color: rgb(118,148,136); }

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

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

 a { background-color: rgb(118,148,136); }

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

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

 span { border-color: rgb(118,148,136); }

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