#76968E

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

Shades of Granny Smith #76968E

Tints of Granny Smith #76968E

Color information

#76968E (or 0x76968E) is unknown color: approx Granny Smith. HEX triplet: 76, 96 and 8E. RGB value is (118,150,142). Sum of RGB (Red+Green+Blue) = 118+150+142=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #76968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76968E is #896971. Grayscale: #8B8B8B. Windows color (decimal): -9005426 or 9344630. OLE color: 9344630.

HSL color Cylindrical-coordinate representation of color #76968E: hue angle of 165º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76968E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB118150142-
CMYK0.2100.050.41
HSL165º13.22%52.55%-
HSV(B)165º21.33%58.82%-
XYZ23.2627.6229.7-
YUV139.52129.4112.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=28.78%
G=36.59%
B=34.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501420.2100.050.4116513.2252.55
Hex76968E150529a5d35
Octal1662262162505512451565
Binary11101101001011010001110101010101101001101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76968E; }

 p { color: rgb(118,150,142); }

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

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

 a { background-color: rgb(118,150,142); }

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

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

 span { border-color: rgb(118,150,142); }

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