Html Css Color HEX #719F94 Granny Smith

📋 copy color: '#719F94'

red 113 ◦ green 159 ◦ blue 148

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

Shades of Granny Smith #719F94

Tints of Granny Smith #719F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 26.9%
G = 37.86%
B = 35.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#719F94 (or 0x719F94) is known color: Granny Smith. HEX triplet: 71, 9F and 94. RGB value is (113,159,148). Sum of RGB (Red+Green+Blue) = 113+159+148=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #719F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F94 is #8E606B. Grayscale: #8F8F8F. Windows color (decimal): -9330796 or 9740145. OLE color: 9740145.

HSL color Cylindrical-coordinate representation of color #719F94: hue angle of 165.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F94 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 159 148 -
CMYK 0.29 0 0.07 0.38
HSL 165.65º 0.19% 0.53% -
HSV(B) 165.65º 0.29% 0.62% -
XYZ 24.55 30.45 32.6 -
YUV 143.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 113 159 148 0.29 0 0.07 0.38 165.65 0.19 0.53
Hex 71 9F 94 1D 0 7 26 A6 13 35
Octal 161 237 224 35 0 7 46 246 23 65
Binary 1110001 10011111 10010100 11101 0 111 100110 10100110 10011 110101

Color Harmonies of #719F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F94

Black with #719F94

Text Example


Text Example

White with #719F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719F94; }

 p { color: rgb(113,159,148); }

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

background-color css

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

 a { background-color: rgb(113,159,148); }

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

border-color css

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

 span { border-color: rgb(113,159,148); }

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