Html Css Color HEX #719B8A Granny Smith

📋 copy color: '#719B8A'

red 113 ◦ green 155 ◦ blue 138

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

Shades of Granny Smith #719B8A

Tints of Granny Smith #719B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 27.83%
G = 38.18%
B = 33.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#719B8A (or 0x719B8A) is known color: Granny Smith. HEX triplet: 71, 9B and 8A. RGB value is (113,155,138). Sum of RGB (Red+Green+Blue) = 113+155+138=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #719B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B8A is #8E6475. Grayscale: #8C8C8C. Windows color (decimal): -9331830 or 9083761. OLE color: 9083761.

HSL color Cylindrical-coordinate representation of color #719B8A: hue angle of 155.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B8A is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 138 -
CMYK 0.27 0 0.11 0.39
HSL 155.71º 0.17% 0.53% -
HSV(B) 155.71º 0.27% 0.61% -
XYZ 23.12 28.79 28.38 -
YUV 140.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 113 155 138 0.27 0 0.11 0.39 155.71 0.17 0.53
Hex 71 9B 8A 1B 0 B 27 9C 11 35
Octal 161 233 212 33 0 13 47 234 21 65
Binary 1110001 10011011 10001010 11011 0 1011 100111 10011100 10001 110101

Color Harmonies of #719B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B8A

Black with #719B8A

Text Example


Text Example

White with #719B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,155,138); }

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

background-color css

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

 a { background-color: rgb(113,155,138); }

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

border-color css

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

 span { border-color: rgb(113,155,138); }

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