#81918D

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

Shades of Granny Smith #81918D

Tints of Granny Smith #81918D

Color information

#81918D (or 0x81918D) is unknown color: approx Granny Smith. HEX triplet: 81, 91 and 8D. RGB value is (129,145,141). Sum of RGB (Red+Green+Blue) = 129+145+141=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #81918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81918D is #7E6E72. Grayscale: #8B8B8B. Windows color (decimal): -8285811 or 9277825. OLE color: 9277825.

HSL color Cylindrical-coordinate representation of color #81918D: hue angle of 165º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #81918D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB129145141-
CMYK0.1100.030.43
HSL165º6.78%53.73%-
HSV(B)165º11.03%56.86%-
XYZ23.9926.8429.12-
YUV139.76128.7120.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=31.08%
G=34.94%
B=33.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291451410.1100.030.431656.7853.73
Hex81918DB032Ba5736
Octal201221215130353245766
Binary100000011001000110001101101101110101110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81918D; }

 p { color: rgb(129,145,141); }

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

<style>
 a { background-color: #81918D; }

 a { background-color: rgb(129,145,141); }

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

<style>
 span { border-color: #81918D; }

 span { border-color: rgb(129,145,141); }

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