Html Css Color HEX #719185 Granny Smith

📋 copy color: '#719185'

red 113 ◦ green 145 ◦ blue 133

#719185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #719185

Tints of Granny Smith #719185

RGB

 RED value IS 113 (44.53% from 255) = 28.9%

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 28.9%
G = 37.08%
B = 34.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#719185 (or 0x719185) is known color: Granny Smith. HEX triplet: 71, 91 and 85. RGB value is (113,145,133). Sum of RGB (Red+Green+Blue) = 113+145+133=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #719185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719185 is #8E6E7A. Grayscale: #868686. Windows color (decimal): -9334395 or 8753521. OLE color: 8753521.

HSL color Cylindrical-coordinate representation of color #719185: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719185 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 133 -
CMYK 0.22 0 0.08 0.43
HSL 157.5º 0.13% 0.51% -
HSV(B) 157.5º 0.22% 0.57% -
XYZ 21.17 25.45 25.99 -
YUV 134.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 113 145 133 0.22 0 0.08 0.43 157.5 0.13 0.51
Hex 71 91 85 16 0 8 2B 9E D 33
Octal 161 221 205 26 0 10 53 236 15 63
Binary 1110001 10010001 10000101 10110 0 1000 101011 10011110 1101 110011

Color Harmonies of #719185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719185

Black with #719185

Text Example


Text Example

White with #719185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719185; }

 p { color: rgb(113,145,133); }

 H1.HeaderClassName
 {
   color: #719185;
 }
 .AnyTagClassName
 {
   color: #719185;
 }
</style>

background-color css

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

 a { background-color: rgb(113,145,133); }

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

border-color css

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

 span { border-color: rgb(113,145,133); }

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