#818B88

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

Shades of Granny Smith #818B88

Tints of Granny Smith #818B88

Color information

#818B88 (or 0x818B88) is unknown color: approx Granny Smith. HEX triplet: 81, 8B and 88. RGB value is (129,139,136). Sum of RGB (Red+Green+Blue) = 129+139+136=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #818B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B88 is #7E7477. Grayscale: #878787. Windows color (decimal): -8287352 or 8948609. OLE color: 8948609.

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

Color convert

RGB129139136-
CMYK0.0700.020.45
HSL162º4.13%52.55%-
HSV(B)162º7.19%54.51%-
XYZ22.7324.9126.9-
YUV135.67128.19123.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=31.93%
G=34.41%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391360.0700.020.451624.1352.55
Hex818B887022Da2435
Octal20121321070255242465
Binary10000001100010111000100011101010110110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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