#819691

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

Shades of Granny Smith #819691

Tints of Granny Smith #819691

Color information

#819691 (or 0x819691) is unknown color: approx Granny Smith. HEX triplet: 81, 96 and 91. RGB value is (129,150,145). Sum of RGB (Red+Green+Blue) = 129+150+145=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #819691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819691 is #7E696E. Grayscale: #8F8F8F. Windows color (decimal): -8284527 or 9541249. OLE color: 9541249.

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

Color convert

RGB129150145-
CMYK0.1400.030.41
HSL165.71º9.09%54.71%-
HSV(B)165.71º14%58.82%-
XYZ25.0728.5230.97-
YUV143.15129.04117.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=30.42%
G=35.38%
B=34.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501450.1400.030.41165.719.0954.71
Hex819691E0329a6937
Octal2012262211603512461167
Binary1000000110010110100100011110011101001101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819691; }

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

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

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

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

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

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

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

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