#81948C

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

Shades of Granny Smith #81948C

Tints of Granny Smith #81948C

Color information

#81948C (or 0x81948C) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 8C. RGB value is (129,148,140). Sum of RGB (Red+Green+Blue) = 129+148+140=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #81948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948C is #7E6B73. Grayscale: #8D8D8D. Windows color (decimal): -8285044 or 9213057. OLE color: 9213057.

HSL color Cylindrical-coordinate representation of color #81948C: hue angle of 154.74º 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 #81948C is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB129148140-
CMYK0.1300.050.42
HSL154.74º8.15%54.31%-
HSV(B)154.74º12.84%58.04%-
XYZ24.3827.7428.88-
YUV141.41127.21119.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=30.94%
G=35.49%
B=33.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481400.1300.050.42154.748.1554.31
Hex81948CD052A9b836
Octal2012242141505522331066
Binary10000001100101001000110011010101101010100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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