Html Css Color HEX #708550 Willow Grove

📋 copy color: '#708550'

red 112 ◦ green 133 ◦ blue 80

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

Shades of Willow Grove #708550

Tints of Willow Grove #708550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 34.46%
G = 40.92%
B = 24.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#708550 (or 0x708550) is known color: Willow Grove. HEX triplet: 70, 85 and 50. RGB value is (112,133,80). Sum of RGB (Red+Green+Blue) = 112+133+80=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #708550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708550 is #8F7AAF. Grayscale: #787878. Windows color (decimal): -9403056 or 5277040. OLE color: 5277040.

HSL color Cylindrical-coordinate representation of color #708550: hue angle of 83.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708550 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 80 -
CMYK 0.16 0 0.40 0.48
HSL 83.77º 0.25% 0.42% -
HSV(B) 83.77º 0.4% 0.52% -
XYZ 16.52 20.8 10.73 -
YUV 120.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 112 133 80 0.16 0 0.40 0.48 83.77 0.25 0.42
Hex 70 85 50 10 0 28 30 54 19 2A
Octal 160 205 120 20 0 50 60 124 31 52
Binary 1110000 10000101 1010000 10000 0 101000 110000 1010100 11001 101010

Color Harmonies of #708550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708550

Black with #708550

Text Example


Text Example

White with #708550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708550; }

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

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

background-color css

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

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

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

border-color css

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

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

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