Html Css Color HEX #719485 Granny Smith

📋 copy color: '#719485'

red 113 ◦ green 148 ◦ blue 133

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

Shades of Granny Smith #719485

Tints of Granny Smith #719485

RGB

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

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

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

R = 28.68%
G = 37.56%
B = 33.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#719485 (or 0x719485) is known color: Granny Smith. HEX triplet: 71, 94 and 85. RGB value is (113,148,133). Sum of RGB (Red+Green+Blue) = 113+148+133=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #719485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719485 is #8E6B7A. Grayscale: #878787. Windows color (decimal): -9333627 or 8754289. OLE color: 8754289.

HSL color Cylindrical-coordinate representation of color #719485: hue angle of 154.29º 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 #719485 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 133 -
CMYK 0.24 0 0.10 0.42
HSL 154.29º 0.14% 0.51% -
HSV(B) 154.29º 0.24% 0.58% -
XYZ 21.63 26.38 26.14 -
YUV 135.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 113 148 133 0.24 0 0.10 0.42 154.29 0.14 0.51
Hex 71 94 85 18 0 A 2A 9A E 33
Octal 161 224 205 30 0 12 52 232 16 63
Binary 1110001 10010100 10000101 11000 0 1010 101010 10011010 1110 110011

Color Harmonies of #719485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719485

Black with #719485

Text Example


Text Example

White with #719485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719485; }

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

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

background-color css

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

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

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

border-color css

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

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

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