Html Css Color HEX #70845B Willow Grove

📋 copy color: '#70845B'

red 112 ◦ green 132 ◦ blue 91

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

Shades of Willow Grove #70845B

Tints of Willow Grove #70845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 33.43%
G = 39.4%
B = 27.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#70845B (or 0x70845B) is known color: Willow Grove. HEX triplet: 70, 84 and 5B. RGB value is (112,132,91). Sum of RGB (Red+Green+Blue) = 112+132+91=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #70845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70845B is #8F7BA4. Grayscale: #797979. Windows color (decimal): -9403301 or 5997680. OLE color: 5997680.

HSL color Cylindrical-coordinate representation of color #70845B: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70845B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 91 -
CMYK 0.15 0 0.31 0.48
HSL 89.27º 0.18% 0.44% -
HSV(B) 89.27º 0.31% 0.52% -
XYZ 16.82 20.7 13.01 -
YUV 121.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 112 132 91 0.15 0 0.31 0.48 89.27 0.18 0.44
Hex 70 84 5B F 0 1F 30 59 12 2C
Octal 160 204 133 17 0 37 60 131 22 54
Binary 1110000 10000100 1011011 1111 0 11111 110000 1011001 10010 101100

Color Harmonies of #70845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70845B

Black with #70845B

Text Example


Text Example

White with #70845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70845B; }

 p { color: rgb(112,132,91); }

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

background-color css

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

 a { background-color: rgb(112,132,91); }

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

border-color css

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

 span { border-color: rgb(112,132,91); }

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