#809C95

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

Shades of Granny Smith #809C95

Tints of Granny Smith #809C95

Color information

#809C95 (or 0x809C95) is unknown color: approx Granny Smith. HEX triplet: 80, 9C and 95. RGB value is (128,156,149). Sum of RGB (Red+Green+Blue) = 128+156+149=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #809C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809C95 is #7F636A. Grayscale: #929292. Windows color (decimal): -8348523 or 9804928. OLE color: 9804928.

HSL color Cylindrical-coordinate representation of color #809C95: hue angle of 165º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809C95 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB128156149-
CMYK0.1800.040.39
HSL165º12.39%55.69%-
HSV(B)165º17.95%61.18%-
XYZ26.2230.5432.95-
YUV146.83129.22114.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=29.56%
G=36.03%
B=34.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281561490.1800.040.3916512.3955.69
Hex809C95120427a5c38
Octal2002342252204472451470
Binary100000001001110010010101100100100100111101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809C95; }

 p { color: rgb(128,156,149); }

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

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

 a { background-color: rgb(128,156,149); }

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

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

 span { border-color: rgb(128,156,149); }

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