#81948F

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

Shades of Granny Smith #81948F

Tints of Granny Smith #81948F

Color information

#81948F (or 0x81948F) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 8F. RGB value is (129,148,143). Sum of RGB (Red+Green+Blue) = 129+148+143=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #81948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948F is #7E6B70. Grayscale: #8D8D8D. Windows color (decimal): -8285041 or 9409665. OLE color: 9409665.

HSL color Cylindrical-coordinate representation of color #81948F: hue angle of 164.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81948F is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB129148143-
CMYK0.1300.030.42
HSL164.21º8.15%54.31%-
HSV(B)164.21º12.84%58.04%-
XYZ24.627.8330.06-
YUV141.75128.71118.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=30.71%
G=35.24%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481430.1300.030.42164.218.1554.31
Hex81948FD032Aa4836
Octal2012242171503522441066
Binary1000000110010100100011111101011101010101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81948F; }

 p { color: rgb(129,148,143); }

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

<style>
 a { background-color: #81948F; }

 a { background-color: rgb(129,148,143); }

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

<style>
 span { border-color: #81948F; }

 span { border-color: rgb(129,148,143); }

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