#81948A

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

Shades of Granny Smith #81948A

Tints of Granny Smith #81948A

Color information

#81948A (or 0x81948A) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 8A. RGB value is (129,148,138). Sum of RGB (Red+Green+Blue) = 129+148+138=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #81948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81948A is #7E6B75. Grayscale: #8D8D8D. Windows color (decimal): -8285046 or 9081985. OLE color: 9081985.

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

Color convert

RGB129148138-
CMYK0.1300.070.42
HSL148.42º8.15%54.31%-
HSV(B)148.42º12.84%58.04%-
XYZ24.2327.6828.11-
YUV141.18126.21119.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=31.08%
G=35.66%
B=33.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481380.1300.070.42148.428.1554.31
Hex81948AD072A94836
Octal2012242121507522241066
Binary10000001100101001000101011010111101010100101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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