Html Css Color HEX #719885 Granny Smith

📋 copy color: '#719885'

red 113 ◦ green 152 ◦ blue 133

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

Shades of Granny Smith #719885

Tints of Granny Smith #719885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 28.39%
G = 38.19%
B = 33.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#719885 (or 0x719885) is known color: Granny Smith. HEX triplet: 71, 98 and 85. RGB value is (113,152,133). Sum of RGB (Red+Green+Blue) = 113+152+133=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #719885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719885 is #8E677A. Grayscale: #8A8A8A. Windows color (decimal): -9332603 or 8755313. OLE color: 8755313.

HSL color Cylindrical-coordinate representation of color #719885: hue angle of 150.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719885 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 133 -
CMYK 0.26 0 0.13 0.40
HSL 150.77º 0.16% 0.52% -
HSV(B) 150.77º 0.26% 0.6% -
XYZ 22.27 27.66 26.36 -
YUV 138.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 113 152 133 0.26 0 0.13 0.40 150.77 0.16 0.52
Hex 71 98 85 1A 0 D 28 97 10 34
Octal 161 230 205 32 0 15 50 227 20 64
Binary 1110001 10011000 10000101 11010 0 1101 101000 10010111 10000 110100

Color Harmonies of #719885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719885

Black with #719885

Text Example


Text Example

White with #719885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719885; }

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

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

background-color css

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

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

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

border-color css

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

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

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