Html Css Color HEX #718255 Willow Grove

📋 copy color: '#718255'

red 113 ◦ green 130 ◦ blue 85

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

Shades of Willow Grove #718255

Tints of Willow Grove #718255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 34.45%
G = 39.63%
B = 25.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#718255 (or 0x718255) is known color: Willow Grove. HEX triplet: 71, 82 and 55. RGB value is (113,130,85). Sum of RGB (Red+Green+Blue) = 113+130+85=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #718255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718255 is #8E7DAA. Grayscale: #777777. Windows color (decimal): -9338283 or 5603953. OLE color: 5603953.

HSL color Cylindrical-coordinate representation of color #718255: hue angle of 82.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718255 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 85 -
CMYK 0.13 0 0.35 0.49
HSL 82.67º 0.21% 0.42% -
HSV(B) 82.67º 0.35% 0.51% -
XYZ 16.43 20.13 11.61 -
YUV 119.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 113 130 85 0.13 0 0.35 0.49 82.67 0.21 0.42
Hex 71 82 55 D 0 23 31 53 15 2A
Octal 161 202 125 15 0 43 61 123 25 52
Binary 1110001 10000010 1010101 1101 0 100011 110001 1010011 10101 101010

Color Harmonies of #718255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718255

Black with #718255

Text Example


Text Example

White with #718255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718255; }

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

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

background-color css

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

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

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

border-color css

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

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

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