Html Css Color HEX #718555 Willow Grove

📋 copy color: '#718555'

red 113 ◦ green 133 ◦ blue 85

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

Shades of Willow Grove #718555

Tints of Willow Grove #718555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 34.14%
G = 40.18%
B = 25.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#718555 (or 0x718555) is known color: Willow Grove. HEX triplet: 71, 85 and 55. RGB value is (113,133,85). Sum of RGB (Red+Green+Blue) = 113+133+85=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #718555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718555 is #8E7AAA. Grayscale: #797979. Windows color (decimal): -9337515 or 5604721. OLE color: 5604721.

HSL color Cylindrical-coordinate representation of color #718555: hue angle of 85º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #718555 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 85 -
CMYK 0.15 0 0.36 0.48
HSL 85º 0.22% 0.43% -
HSV(B) 85º 0.36% 0.52% -
XYZ 16.84 20.94 11.75 -
YUV 121.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 113 133 85 0.15 0 0.36 0.48 85 0.22 0.43
Hex 71 85 55 F 0 24 30 55 16 2B
Octal 161 205 125 17 0 44 60 125 26 53
Binary 1110001 10000101 1010101 1111 0 100100 110000 1010101 10110 101011

Color Harmonies of #718555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718555

Black with #718555

Text Example


Text Example

White with #718555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718555; }

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

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

background-color css

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

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

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

border-color css

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

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

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