Html Css Color HEX #708354 Willow Grove

📋 copy color: '#708354'

red 112 ◦ green 131 ◦ blue 84

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

Shades of Willow Grove #708354

Tints of Willow Grove #708354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 34.25%
G = 40.06%
B = 25.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#708354 (or 0x708354) is known color: Willow Grove. HEX triplet: 70, 83 and 54. RGB value is (112,131,84). Sum of RGB (Red+Green+Blue) = 112+131+84=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #708354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708354 is #8F7CAB. Grayscale: #787878. Windows color (decimal): -9403564 or 5538672. OLE color: 5538672.

HSL color Cylindrical-coordinate representation of color #708354: hue angle of 84.26º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708354 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 84 -
CMYK 0.15 0 0.36 0.49
HSL 84.26º 0.22% 0.42% -
HSV(B) 84.26º 0.36% 0.51% -
XYZ 16.4 20.32 11.44 -
YUV 119.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 112 131 84 0.15 0 0.36 0.49 84.26 0.22 0.42
Hex 70 83 54 F 0 24 31 54 16 2A
Octal 160 203 124 17 0 44 61 124 26 52
Binary 1110000 10000011 1010100 1111 0 100100 110001 1010100 10110 101010

Color Harmonies of #708354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708354

Black with #708354

Text Example


Text Example

White with #708354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708354; }

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

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

background-color css

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

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

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

border-color css

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

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

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