Html Css Color HEX #70825E Willow Grove

📋 copy color: '#70825E'

red 112 ◦ green 130 ◦ blue 94

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

Shades of Willow Grove #70825E

Tints of Willow Grove #70825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 33.33%
G = 38.69%
B = 27.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#70825E (or 0x70825E) is known color: Willow Grove. HEX triplet: 70, 82 and 5E. RGB value is (112,130,94). Sum of RGB (Red+Green+Blue) = 112+130+94=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #70825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70825E is #8F7DA1. Grayscale: #787878. Windows color (decimal): -9403810 or 6193776. OLE color: 6193776.

HSL color Cylindrical-coordinate representation of color #70825E: hue angle of 90º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70825E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 94 -
CMYK 0.14 0 0.28 0.49
HSL 90º 0.16% 0.44% -
HSV(B) 90º 0.28% 0.51% -
XYZ 16.69 20.22 13.61 -
YUV 120.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 112 130 94 0.14 0 0.28 0.49 90 0.16 0.44
Hex 70 82 5E E 0 1C 31 5A 10 2C
Octal 160 202 136 16 0 34 61 132 20 54
Binary 1110000 10000010 1011110 1110 0 11100 110001 1011010 10000 101100

Color Harmonies of #70825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70825E

Black with #70825E

Text Example


Text Example

White with #70825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70825E; }

 p { color: rgb(112,130,94); }

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

background-color css

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

 a { background-color: rgb(112,130,94); }

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

border-color css

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

 span { border-color: rgb(112,130,94); }

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