#819489

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

Shades of Granny Smith #819489

Tints of Granny Smith #819489

Color information

#819489 (or 0x819489) is unknown color: approx Granny Smith. HEX triplet: 81, 94 and 89. RGB value is (129,148,137). Sum of RGB (Red+Green+Blue) = 129+148+137=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #819489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819489 is #7E6B76. Grayscale: #8D8D8D. Windows color (decimal): -8285047 or 9016449. OLE color: 9016449.

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

Color convert

RGB129148137-
CMYK0.1300.070.42
HSL145.26º8.15%54.31%-
HSV(B)145.26º12.84%58.04%-
XYZ24.1627.6527.73-
YUV141.06125.71119.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=31.16%
G=35.75%
B=33.09%

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
Decimal1291481370.1300.070.42145.268.1554.31
Hex819489D072A91836
Octal2012242111507522211066
Binary10000001100101001000100111010111101010100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819489; }

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

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

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

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

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

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

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

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