#81948E

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

Shades of Granny Smith #81948E

Tints of Granny Smith #81948E

Color information

#81948E (or 0x81948E) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 8E. RGB value is (129,148,142). Sum of RGB (Red+Green+Blue) = 129+148+142=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #81948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948E is #7E6B71. Grayscale: #8D8D8D. Windows color (decimal): -8285042 or 9344129. OLE color: 9344129.

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

Color convert

RGB129148142-
CMYK0.1300.040.42
HSL161.05º8.15%54.31%-
HSV(B)161.05º12.84%58.04%-
XYZ24.5327.829.66-
YUV141.64128.21118.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=30.79%
G=35.32%
B=33.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481420.1300.040.42161.058.1554.31
Hex81948ED042Aa1836
Octal2012242161504522411066
Binary10000001100101001000111011010100101010101000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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