Html Css Color HEX #708060 Willow Grove

📋 copy color: '#708060'

red 112 ◦ green 128 ◦ blue 96

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

Shades of Willow Grove #708060

Tints of Willow Grove #708060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 33.33%
G = 38.1%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#708060 (or 0x708060) is known color: Willow Grove. HEX triplet: 70, 80 and 60. RGB value is (112,128,96). Sum of RGB (Red+Green+Blue) = 112+128+96=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #708060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708060 is #8F7F9F. Grayscale: #777777. Windows color (decimal): -9404320 or 6324336. OLE color: 6324336.

HSL color Cylindrical-coordinate representation of color #708060: hue angle of 90º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708060 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 96 -
CMYK 0.12 0 0.25 0.50
HSL 90º 0.14% 0.44% -
HSV(B) 90º 0.25% 0.5% -
XYZ 16.51 19.73 14 -
YUV 119.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 112 128 96 0.12 0 0.25 0.50 90 0.14 0.44
Hex 70 80 60 C 0 19 32 5A E 2C
Octal 160 200 140 14 0 31 62 132 16 54
Binary 1110000 10000000 1100000 1100 0 11001 110010 1011010 1110 101100

Color Harmonies of #708060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708060

Black with #708060

Text Example


Text Example

White with #708060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708060; }

 p { color: rgb(112,128,96); }

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

background-color css

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

 a { background-color: rgb(112,128,96); }

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

border-color css

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

 span { border-color: rgb(112,128,96); }

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