#819891

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

Shades of Granny Smith #819891

Tints of Granny Smith #819891

Color information

#819891 (or 0x819891) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 91. RGB value is (129,152,145). Sum of RGB (Red+Green+Blue) = 129+152+145=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #819891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819891 is #7E676E. Grayscale: #909090. Windows color (decimal): -8284015 or 9541761. OLE color: 9541761.

HSL color Cylindrical-coordinate representation of color #819891: hue angle of 161.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819891 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB129152145-
CMYK0.1500.050.40
HSL161.74º10.04%55.1%-
HSV(B)161.74º15.13%59.61%-
XYZ25.3929.1731.08-
YUV144.32128.38117.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=30.28%
G=35.68%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521450.1500.050.40161.7410.0455.1
Hex819891F0528a2a37
Octal2012302211705502421267
Binary10000001100110001001000111110101101000101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819891; }

 p { color: rgb(129,152,145); }

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

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

 a { background-color: rgb(129,152,145); }

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

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

 span { border-color: rgb(129,152,145); }

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