Html Css Color HEX #719488 Granny Smith

📋 copy color: '#719488'

red 113 ◦ green 148 ◦ blue 136

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

Shades of Granny Smith #719488

Tints of Granny Smith #719488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 28.46%
G = 37.28%
B = 34.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#719488 (or 0x719488) is known color: Granny Smith. HEX triplet: 71, 94 and 88. RGB value is (113,148,136). Sum of RGB (Red+Green+Blue) = 113+148+136=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #719488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719488 is #8E6B77. Grayscale: #888888. Windows color (decimal): -9333624 or 8950897. OLE color: 8950897.

HSL color Cylindrical-coordinate representation of color #719488: hue angle of 159.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719488 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 136 -
CMYK 0.24 0 0.08 0.42
HSL 159.43º 0.14% 0.51% -
HSV(B) 159.43º 0.24% 0.58% -
XYZ 21.84 26.47 27.25 -
YUV 136.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 113 148 136 0.24 0 0.08 0.42 159.43 0.14 0.51
Hex 71 94 88 18 0 8 2A 9F E 33
Octal 161 224 210 30 0 10 52 237 16 63
Binary 1110001 10010100 10001000 11000 0 1000 101010 10011111 1110 110011

Color Harmonies of #719488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719488

Black with #719488

Text Example


Text Example

White with #719488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719488; }

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

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

background-color css

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

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

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

border-color css

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

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

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