Html Css Color HEX #70825D Willow Grove

📋 copy color: '#70825D'

red 112 ◦ green 130 ◦ blue 93

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

Shades of Willow Grove #70825D

Tints of Willow Grove #70825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 33.43%
G = 38.81%
B = 27.76%

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

#70825D (or 0x70825D) is known color: Willow Grove. HEX triplet: 70, 82 and 5D. RGB value is (112,130,93). Sum of RGB (Red+Green+Blue) = 112+130+93=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #70825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70825D is #8F7DA2. Grayscale: #787878. Windows color (decimal): -9403811 or 6128240. OLE color: 6128240.

HSL color Cylindrical-coordinate representation of color #70825D: hue angle of 89.19º degrees, saturation: 0.17, 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 #70825D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 93 -
CMYK 0.14 0 0.28 0.49
HSL 89.19º 0.17% 0.44% -
HSV(B) 89.19º 0.28% 0.51% -
XYZ 16.64 20.2 13.38 -
YUV 120.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 112 130 93 0.14 0 0.28 0.49 89.19 0.17 0.44
Hex 70 82 5D E 0 1C 31 59 11 2C
Octal 160 202 135 16 0 34 61 131 21 54
Binary 1110000 10000010 1011101 1110 0 11100 110001 1011001 10001 101100

Color Harmonies of #70825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70825D

Black with #70825D

Text Example


Text Example

White with #70825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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