#819689

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

Shades of Granny Smith #819689

Tints of Granny Smith #819689

Color information

#819689 (or 0x819689) is unknown color: approx Granny Smith. HEX triplet: 81, 96 and 89. RGB value is (129,150,137). Sum of RGB (Red+Green+Blue) = 129+150+137=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #819689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819689 is #7E6976. Grayscale: #8E8E8E. Windows color (decimal): -8284535 or 9016961. OLE color: 9016961.

HSL color Cylindrical-coordinate representation of color #819689: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819689 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB129150137-
CMYK0.1400.090.41
HSL142.86º9.09%54.71%-
HSV(B)142.86º14%58.82%-
XYZ24.4728.2927.84-
YUV142.24125.04118.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=31.01%
G=36.06%
B=32.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501370.1400.090.41142.869.0954.71
Hex819689E09298f937
Octal20122621116011512171167
Binary100000011001011010001001111001001101001100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819689; }

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

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

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

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

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

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

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

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