#81948B

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

Shades of Granny Smith #81948B

Tints of Granny Smith #81948B

Color information

#81948B (or 0x81948B) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 8B. RGB value is (129,148,139). Sum of RGB (Red+Green+Blue) = 129+148+139=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #81948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948B is #7E6B74. Grayscale: #8D8D8D. Windows color (decimal): -8285045 or 9147521. OLE color: 9147521.

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

Color convert

RGB129148139-
CMYK0.1300.060.42
HSL151.58º8.15%54.31%-
HSV(B)151.58º12.84%58.04%-
XYZ24.327.7128.49-
YUV141.29126.71119.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=31.01%
G=35.58%
B=33.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481390.1300.060.42151.588.1554.31
Hex81948BD062A98836
Octal2012242131506522301066
Binary10000001100101001000101111010110101010100110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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