Html Css Color HEX #719386 Granny Smith

📋 copy color: '#719386'

red 113 ◦ green 147 ◦ blue 134

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

Shades of Granny Smith #719386

Tints of Granny Smith #719386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 28.68%
G = 37.31%
B = 34.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#719386 (or 0x719386) is known color: Granny Smith. HEX triplet: 71, 93 and 86. RGB value is (113,147,134). Sum of RGB (Red+Green+Blue) = 113+147+134=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #719386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719386 is #8E6C79. Grayscale: #878787. Windows color (decimal): -9333882 or 8819569. OLE color: 8819569.

HSL color Cylindrical-coordinate representation of color #719386: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719386 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 134 -
CMYK 0.23 0 0.09 0.42
HSL 157.06º 0.14% 0.51% -
HSV(B) 157.06º 0.23% 0.58% -
XYZ 21.55 26.1 26.46 -
YUV 135.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 113 147 134 0.23 0 0.09 0.42 157.06 0.14 0.51
Hex 71 93 86 17 0 9 2A 9D E 33
Octal 161 223 206 27 0 11 52 235 16 63
Binary 1110001 10010011 10000110 10111 0 1001 101010 10011101 1110 110011

Color Harmonies of #719386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719386

Black with #719386

Text Example


Text Example

White with #719386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719386; }

 p { color: rgb(113,147,134); }

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

background-color css

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

 a { background-color: rgb(113,147,134); }

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

border-color css

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

 span { border-color: rgb(113,147,134); }

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