Html Css Color HEX #708054 Willow Grove

📋 copy color: '#708054'

red 112 ◦ green 128 ◦ blue 84

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

Shades of Willow Grove #708054

Tints of Willow Grove #708054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 34.57%
G = 39.51%
B = 25.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#708054 (or 0x708054) is known color: Willow Grove. HEX triplet: 70, 80 and 54. RGB value is (112,128,84). Sum of RGB (Red+Green+Blue) = 112+128+84=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #708054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708054 is #8F7FAB. Grayscale: #767676. Windows color (decimal): -9404332 or 5537904. OLE color: 5537904.

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

Color convert

RGB 112 128 84 -
CMYK 0.12 0 0.34 0.50
HSL 81.82º 0.21% 0.42% -
HSV(B) 81.82º 0.34% 0.5% -
XYZ 16 19.52 11.31 -
YUV 118.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 112 128 84 0.12 0 0.34 0.50 81.82 0.21 0.42
Hex 70 80 54 C 0 22 32 52 15 2A
Octal 160 200 124 14 0 42 62 122 25 52
Binary 1110000 10000000 1010100 1100 0 100010 110010 1010010 10101 101010

Color Harmonies of #708054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708054

Black with #708054

Text Example


Text Example

White with #708054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708054; }

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

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

background-color css

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

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

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

border-color css

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

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

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