Html Css Color HEX #708551 Willow Grove

📋 copy color: '#708551'

red 112 ◦ green 133 ◦ blue 81

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

Shades of Willow Grove #708551

Tints of Willow Grove #708551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.85%

R = 34.36%
G = 40.8%
B = 24.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#708551 (or 0x708551) is known color: Willow Grove. HEX triplet: 70, 85 and 51. RGB value is (112,133,81). Sum of RGB (Red+Green+Blue) = 112+133+81=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #708551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708551 is #8F7AAE. Grayscale: #787878. Windows color (decimal): -9403055 or 5342576. OLE color: 5342576.

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

Color convert

RGB 112 133 81 -
CMYK 0.16 0 0.39 0.48
HSL 84.23º 0.24% 0.42% -
HSV(B) 84.23º 0.39% 0.52% -
XYZ 16.55 20.81 10.93 -
YUV 120.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 112 133 81 0.16 0 0.39 0.48 84.23 0.24 0.42
Hex 70 85 51 10 0 27 30 54 18 2A
Octal 160 205 121 20 0 47 60 124 30 52
Binary 1110000 10000101 1010001 10000 0 100111 110000 1010100 11000 101010

Color Harmonies of #708551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708551

Black with #708551

Text Example


Text Example

White with #708551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708551; }

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

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

background-color css

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

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

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

border-color css

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

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

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