#819894

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

Shades of Granny Smith #819894

Tints of Granny Smith #819894

Color information

#819894 (or 0x819894) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 94. RGB value is (129,152,148). Sum of RGB (Red+Green+Blue) = 129+152+148=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #819894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819894 is #7E676B. Grayscale: #909090. Windows color (decimal): -8284012 or 9738369. OLE color: 9738369.

HSL color Cylindrical-coordinate representation of color #819894: hue angle of 169.57º 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 #819894 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB129152148-
CMYK0.1500.030.40
HSL169.57º10.04%55.1%-
HSV(B)169.57º15.13%59.61%-
XYZ25.6329.2632.31-
YUV144.67129.88116.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=30.07%
G=35.43%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521480.1500.030.40169.5710.0455.1
Hex819894F0328aaa37
Octal2012302241703502521267
Binary1000000110011000100101001111011101000101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819894; }

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

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

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

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

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

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

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

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