#818C88

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

Shades of Granny Smith #818C88

Tints of Granny Smith #818C88

Color information

#818C88 (or 0x818C88) is unknown color: approx Granny Smith. HEX triplet: 81, 8C and 88. RGB value is (129,140,136). Sum of RGB (Red+Green+Blue) = 129+140+136=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #818C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C88 is #7E7377. Grayscale: #888888. Windows color (decimal): -8287096 or 8948865. OLE color: 8948865.

HSL color Cylindrical-coordinate representation of color #818C88: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C88 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB129140136-
CMYK0.0800.030.45
HSL158.18º4.56%52.75%-
HSV(B)158.18º7.86%54.9%-
XYZ22.8825.226.95-
YUV136.26127.86122.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=31.85%
G=34.57%
B=33.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401360.0800.030.45158.184.5652.75
Hex818C888032D9e535
Octal201214210100355236565
Binary100000011000110010001000100001110110110011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C88; }

 p { color: rgb(129,140,136); }

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

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

 a { background-color: rgb(129,140,136); }

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

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

 span { border-color: rgb(129,140,136); }

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