#719E8F

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

Shades of Granny Smith #719E8F

Tints of Granny Smith #719E8F

Color information

#719E8F (or 0x719E8F) is unknown color: approx Granny Smith. HEX triplet: 71, 9E and 8F. RGB value is (113,158,143). Sum of RGB (Red+Green+Blue) = 113+158+143=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #719E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E8F is #8E6170. Grayscale: #8E8E8E. Windows color (decimal): -9331057 or 9412209. OLE color: 9412209.

HSL color Cylindrical-coordinate representation of color #719E8F: hue angle of 160º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E8F is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB113158143-
CMYK0.2800.090.38
HSL160º18.83%53.14%-
HSV(B)160º28.48%61.96%-
XYZ23.9929.9530.5-
YUV142.83128.09106.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=27.29%
G=38.16%
B=34.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131581430.2800.090.3816018.8353.14
Hex719E8F1C0926a01335
Octal16123621734011462402365
Binary1110001100111101000111111100010011001101010000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719E8F; }

 p { color: rgb(113,158,143); }

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

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

 a { background-color: rgb(113,158,143); }

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

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

 span { border-color: rgb(113,158,143); }

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