Html Css Color HEX #70815F Willow Grove

📋 copy color: '#70815F'

red 112 ◦ green 129 ◦ blue 95

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

Shades of Willow Grove #70815F

Tints of Willow Grove #70815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 33.33%
G = 38.39%
B = 28.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#70815F (or 0x70815F) is known color: Willow Grove. HEX triplet: 70, 81 and 5F. RGB value is (112,129,95). Sum of RGB (Red+Green+Blue) = 112+129+95=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #70815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70815F is #8F7EA0. Grayscale: #787878. Windows color (decimal): -9404065 or 6259056. OLE color: 6259056.

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

Color convert

RGB 112 129 95 -
CMYK 0.13 0 0.26 0.49
HSL 90º 0.15% 0.44% -
HSV(B) 90º 0.26% 0.51% -
XYZ 16.6 19.97 13.81 -
YUV 120.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 112 129 95 0.13 0 0.26 0.49 90 0.15 0.44
Hex 70 81 5F D 0 1A 31 5A F 2C
Octal 160 201 137 15 0 32 61 132 17 54
Binary 1110000 10000001 1011111 1101 0 11010 110001 1011010 1111 101100

Color Harmonies of #70815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70815F

Black with #70815F

Text Example


Text Example

White with #70815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70815F; }

 p { color: rgb(112,129,95); }

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

background-color css

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

 a { background-color: rgb(112,129,95); }

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

border-color css

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

 span { border-color: rgb(112,129,95); }

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