Html Css Color HEX #70805E Willow Grove

📋 copy color: '#70805E'

red 112 ◦ green 128 ◦ blue 94

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

Shades of Willow Grove #70805E

Tints of Willow Grove #70805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 33.53%
G = 38.32%
B = 28.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#70805E (or 0x70805E) is known color: Willow Grove. HEX triplet: 70, 80 and 5E. RGB value is (112,128,94). Sum of RGB (Red+Green+Blue) = 112+128+94=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #70805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70805E is #8F7FA1. Grayscale: #777777. Windows color (decimal): -9404322 or 6193264. OLE color: 6193264.

HSL color Cylindrical-coordinate representation of color #70805E: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70805E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 94 -
CMYK 0.12 0 0.27 0.50
HSL 88.24º 0.15% 0.44% -
HSV(B) 88.24º 0.27% 0.5% -
XYZ 16.42 19.69 13.52 -
YUV 119.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 112 128 94 0.12 0 0.27 0.50 88.24 0.15 0.44
Hex 70 80 5E C 0 1B 32 58 F 2C
Octal 160 200 136 14 0 33 62 130 17 54
Binary 1110000 10000000 1011110 1100 0 11011 110010 1011000 1111 101100

Color Harmonies of #70805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70805E

Black with #70805E

Text Example


Text Example

White with #70805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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