Html Css Color HEX #719286 Granny Smith

📋 copy color: '#719286'

red 113 ◦ green 146 ◦ blue 134

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

Shades of Granny Smith #719286

Tints of Granny Smith #719286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

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

R = 28.75%
G = 37.15%
B = 34.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#719286 (or 0x719286) is known color: Granny Smith. HEX triplet: 71, 92 and 86. RGB value is (113,146,134). Sum of RGB (Red+Green+Blue) = 113+146+134=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #719286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719286 is #8E6D79. Grayscale: #868686. Windows color (decimal): -9334138 or 8819313. OLE color: 8819313.

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

Color convert

RGB 113 146 134 -
CMYK 0.23 0 0.08 0.43
HSL 158.18º 0.13% 0.51% -
HSV(B) 158.18º 0.23% 0.57% -
XYZ 21.39 25.79 26.4 -
YUV 134.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 113 146 134 0.23 0 0.08 0.43 158.18 0.13 0.51
Hex 71 92 86 17 0 8 2B 9E D 33
Octal 161 222 206 27 0 10 53 236 15 63
Binary 1110001 10010010 10000110 10111 0 1000 101011 10011110 1101 110011

Color Harmonies of #719286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719286

Black with #719286

Text Example


Text Example

White with #719286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719286; }

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

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

background-color css

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

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

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

border-color css

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

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

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