Html Css Color HEX #719A85 Granny Smith

📋 copy color: '#719A85'

red 113 ◦ green 154 ◦ blue 133

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

Shades of Granny Smith #719A85

Tints of Granny Smith #719A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

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

R = 28.25%
G = 38.5%
B = 33.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#719A85 (or 0x719A85) is known color: Granny Smith. HEX triplet: 71, 9A and 85. RGB value is (113,154,133). Sum of RGB (Red+Green+Blue) = 113+154+133=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #719A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A85 is #8E657A. Grayscale: #8B8B8B. Windows color (decimal): -9332091 or 8755825. OLE color: 8755825.

HSL color Cylindrical-coordinate representation of color #719A85: hue angle of 149.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A85 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 133 -
CMYK 0.27 0 0.14 0.40
HSL 149.27º 0.17% 0.52% -
HSV(B) 149.27º 0.27% 0.6% -
XYZ 22.6 28.32 26.46 -
YUV 139.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 113 154 133 0.27 0 0.14 0.40 149.27 0.17 0.52
Hex 71 9A 85 1B 0 E 28 95 11 34
Octal 161 232 205 33 0 16 50 225 21 64
Binary 1110001 10011010 10000101 11011 0 1110 101000 10010101 10001 110100

Color Harmonies of #719A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A85

Black with #719A85

Text Example


Text Example

White with #719A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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