Html Css Color HEX #708456 Willow Grove

📋 copy color: '#708456'

red 112 ◦ green 132 ◦ blue 86

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

Shades of Willow Grove #708456

Tints of Willow Grove #708456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 33.94%
G = 40%
B = 26.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#708456 (or 0x708456) is known color: Willow Grove. HEX triplet: 70, 84 and 56. RGB value is (112,132,86). Sum of RGB (Red+Green+Blue) = 112+132+86=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #708456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708456 is #8F7BA9. Grayscale: #787878. Windows color (decimal): -9403306 or 5670000. OLE color: 5670000.

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

Color convert

RGB 112 132 86 -
CMYK 0.15 0 0.35 0.48
HSL 86.09º 0.21% 0.43% -
HSV(B) 86.09º 0.35% 0.52% -
XYZ 16.61 20.62 11.91 -
YUV 120.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 112 132 86 0.15 0 0.35 0.48 86.09 0.21 0.43
Hex 70 84 56 F 0 23 30 56 15 2B
Octal 160 204 126 17 0 43 60 126 25 53
Binary 1110000 10000100 1010110 1111 0 100011 110000 1010110 10101 101011

Color Harmonies of #708456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708456

Black with #708456

Text Example


Text Example

White with #708456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708456; }

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

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

background-color css

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

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

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

border-color css

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

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

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