Html Css Color HEX #708158 Willow Grove

📋 copy color: '#708158'

red 112 ◦ green 129 ◦ blue 88

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

Shades of Willow Grove #708158

Tints of Willow Grove #708158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 34.04%
G = 39.21%
B = 26.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#708158 (or 0x708158) is known color: Willow Grove. HEX triplet: 70, 81 and 58. RGB value is (112,129,88). Sum of RGB (Red+Green+Blue) = 112+129+88=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #708158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708158 is #8F7EA7. Grayscale: #777777. Windows color (decimal): -9404072 or 5800304. OLE color: 5800304.

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

Color convert

RGB 112 129 88 -
CMYK 0.13 0 0.32 0.49
HSL 84.88º 0.19% 0.43% -
HSV(B) 84.88º 0.32% 0.51% -
XYZ 16.29 19.85 12.21 -
YUV 119.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 112 129 88 0.13 0 0.32 0.49 84.88 0.19 0.43
Hex 70 81 58 D 0 20 31 55 13 2B
Octal 160 201 130 15 0 40 61 125 23 53
Binary 1110000 10000001 1011000 1101 0 100000 110001 1010101 10011 101011

Color Harmonies of #708158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708158

Black with #708158

Text Example


Text Example

White with #708158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708158; }

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

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

background-color css

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

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

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

border-color css

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

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

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