Html Css Color HEX #719285 Granny Smith

📋 copy color: '#719285'

red 113 ◦ green 146 ◦ blue 133

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

Shades of Granny Smith #719285

Tints of Granny Smith #719285

RGB

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

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

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

R = 28.83%
G = 37.24%
B = 33.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#719285 (or 0x719285) is known color: Granny Smith. HEX triplet: 71, 92 and 85. RGB value is (113,146,133). Sum of RGB (Red+Green+Blue) = 113+146+133=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #719285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719285 is #8E6D7A. Grayscale: #868686. Windows color (decimal): -9334139 or 8753777. OLE color: 8753777.

HSL color Cylindrical-coordinate representation of color #719285: hue angle of 156.36º 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 #719285 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 133 -
CMYK 0.23 0 0.09 0.43
HSL 156.36º 0.13% 0.51% -
HSV(B) 156.36º 0.23% 0.57% -
XYZ 21.32 25.76 26.04 -
YUV 134.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 113 146 133 0.23 0 0.09 0.43 156.36 0.13 0.51
Hex 71 92 85 17 0 9 2B 9C D 33
Octal 161 222 205 27 0 11 53 234 15 63
Binary 1110001 10010010 10000101 10111 0 1001 101011 10011100 1101 110011

Color Harmonies of #719285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719285

Black with #719285

Text Example


Text Example

White with #719285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719285; }

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

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

background-color css

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

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

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

border-color css

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

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

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