#719B8B

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

Shades of Granny Smith #719B8B

Tints of Granny Smith #719B8B

Color information

#719B8B (or 0x719B8B) is unknown color: approx Granny Smith. HEX triplet: 71, 9B and 8B. RGB value is (113,155,139). Sum of RGB (Red+Green+Blue) = 113+155+139=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #719B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B8B is #8E6474. Grayscale: #8C8C8C. Windows color (decimal): -9331829 or 9149297. OLE color: 9149297.

HSL color Cylindrical-coordinate representation of color #719B8B: hue angle of 157.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B8B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB113155139-
CMYK0.2700.100.39
HSL157.14º17.36%52.55%-
HSV(B)157.14º27.1%60.78%-
XYZ23.1928.8228.77-
YUV140.62127.09108.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=27.76%
G=38.08%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551390.2700.100.39157.1417.3652.55
Hex719B8B1B0A279d1135
Octal16123321333012472352165
Binary1110001100110111000101111011010101001111001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,139); }

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

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

 a { background-color: rgb(113,155,139); }

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

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

 span { border-color: rgb(113,155,139); }

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