#768F88

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

Shades of Granny Smith #768F88

Tints of Granny Smith #768F88

Color information

#768F88 (or 0x768F88) is unknown color: approx Granny Smith. HEX triplet: 76, 8F and 88. RGB value is (118,143,136). Sum of RGB (Red+Green+Blue) = 118+143+136=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #768F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F88 is #897077. Grayscale: #868686. Windows color (decimal): -9007224 or 8949622. OLE color: 8949622.

HSL color Cylindrical-coordinate representation of color #768F88: hue angle of 163.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768F88 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB118143136-
CMYK0.1700.050.44
HSL163.2º10.04%51.18%-
HSV(B)163.2º17.48%56.08%-
XYZ21.7425.2727.03-
YUV134.73128.72116.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=29.72%
G=36.02%
B=34.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181431360.1700.050.44163.210.0451.18
Hex768F8811052Ca3a33
Octal1662172102105542431263
Binary11101101000111110001000100010101101100101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768F88; }

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

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

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

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

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

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

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

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