Html Css Color HEX #708255 Willow Grove

📋 copy color: '#708255'

red 112 ◦ green 130 ◦ blue 85

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

Shades of Willow Grove #708255

Tints of Willow Grove #708255

RGB

 RED value IS 112 (44.14% from 255) = 34.25%

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

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

R = 34.25%
G = 39.76%
B = 25.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#708255 (or 0x708255) is known color: Willow Grove. HEX triplet: 70, 82 and 55. RGB value is (112,130,85). Sum of RGB (Red+Green+Blue) = 112+130+85=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #708255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708255 is #8F7DAA. Grayscale: #777777. Windows color (decimal): -9403819 or 5603952. OLE color: 5603952.

HSL color Cylindrical-coordinate representation of color #708255: hue angle of 84º 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 #708255 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 85 -
CMYK 0.14 0 0.35 0.49
HSL 84º 0.21% 0.42% -
HSV(B) 84º 0.35% 0.51% -
XYZ 16.3 20.07 11.61 -
YUV 119.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 112 130 85 0.14 0 0.35 0.49 84 0.21 0.42
Hex 70 82 55 E 0 23 31 54 15 2A
Octal 160 202 125 16 0 43 61 124 25 52
Binary 1110000 10000010 1010101 1110 0 100011 110001 1010100 10101 101010

Color Harmonies of #708255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708255

Black with #708255

Text Example


Text Example

White with #708255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708255; }

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

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

background-color css

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

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

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

border-color css

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

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

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