Html Css Color HEX #708458 Willow Grove

📋 copy color: '#708458'

red 112 ◦ green 132 ◦ blue 88

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

Shades of Willow Grove #708458

Tints of Willow Grove #708458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 33.73%
G = 39.76%
B = 26.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#708458 (or 0x708458) is known color: Willow Grove. HEX triplet: 70, 84 and 58. RGB value is (112,132,88). Sum of RGB (Red+Green+Blue) = 112+132+88=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #708458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708458 is #8F7BA7. Grayscale: #797979. Windows color (decimal): -9403304 or 5801072. OLE color: 5801072.

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

Color convert

RGB 112 132 88 -
CMYK 0.15 0 0.33 0.48
HSL 87.27º 0.2% 0.43% -
HSV(B) 87.27º 0.33% 0.52% -
XYZ 16.69 20.65 12.34 -
YUV 121 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 112 132 88 0.15 0 0.33 0.48 87.27 0.2 0.43
Hex 70 84 58 F 0 21 30 57 14 2B
Octal 160 204 130 17 0 41 60 127 24 53
Binary 1110000 10000100 1011000 1111 0 100001 110000 1010111 10100 101011

Color Harmonies of #708458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708458

Black with #708458

Text Example


Text Example

White with #708458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708458; }

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

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

background-color css

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

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

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

border-color css

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

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

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