Html Css Color HEX #719785 Granny Smith

📋 copy color: '#719785'

red 113 ◦ green 151 ◦ blue 133

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

Shades of Granny Smith #719785

Tints of Granny Smith #719785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 28.46%
G = 38.04%
B = 33.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#719785 (or 0x719785) is known color: Granny Smith. HEX triplet: 71, 97 and 85. RGB value is (113,151,133). Sum of RGB (Red+Green+Blue) = 113+151+133=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #719785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719785 is #8E687A. Grayscale: #898989. Windows color (decimal): -9332859 or 8755057. OLE color: 8755057.

HSL color Cylindrical-coordinate representation of color #719785: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719785 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 133 -
CMYK 0.25 0 0.12 0.41
HSL 151.58º 0.15% 0.52% -
HSV(B) 151.58º 0.25% 0.59% -
XYZ 22.11 27.34 26.3 -
YUV 137.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 113 151 133 0.25 0 0.12 0.41 151.58 0.15 0.52
Hex 71 97 85 19 0 C 29 98 F 34
Octal 161 227 205 31 0 14 51 230 17 64
Binary 1110001 10010111 10000101 11001 0 1100 101001 10011000 1111 110100

Color Harmonies of #719785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719785

Black with #719785

Text Example


Text Example

White with #719785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719785; }

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

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

background-color css

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

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

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

border-color css

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

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

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