Html Css Color HEX #708558 Willow Grove

📋 copy color: '#708558'

red 112 ◦ green 133 ◦ blue 88

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

Shades of Willow Grove #708558

Tints of Willow Grove #708558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 33.63%
G = 39.94%
B = 26.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#708558 (or 0x708558) is known color: Willow Grove. HEX triplet: 70, 85 and 58. RGB value is (112,133,88). Sum of RGB (Red+Green+Blue) = 112+133+88=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #708558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708558 is #8F7AA7. Grayscale: #797979. Windows color (decimal): -9403048 or 5801328. OLE color: 5801328.

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

Color convert

RGB 112 133 88 -
CMYK 0.16 0 0.34 0.48
HSL 88º 0.2% 0.43% -
HSV(B) 88º 0.34% 0.52% -
XYZ 16.83 20.92 12.38 -
YUV 121.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 112 133 88 0.16 0 0.34 0.48 88 0.2 0.43
Hex 70 85 58 10 0 22 30 58 14 2B
Octal 160 205 130 20 0 42 60 130 24 53
Binary 1110000 10000101 1011000 10000 0 100010 110000 1011000 10100 101011

Color Harmonies of #708558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708558

Black with #708558

Text Example


Text Example

White with #708558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708558; }

 p { color: rgb(112,133,88); }

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

background-color css

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

 a { background-color: rgb(112,133,88); }

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

border-color css

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

 span { border-color: rgb(112,133,88); }

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