Html Css Color HEX #70785D Willow Grove

📋 copy color: '#70785D'

red 112 ◦ green 120 ◦ blue 93

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

Shades of Willow Grove #70785D

Tints of Willow Grove #70785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

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

R = 34.46%
G = 36.92%
B = 28.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#70785D (or 0x70785D) is known color: Willow Grove. HEX triplet: 70, 78 and 5D. RGB value is (112,120,93). Sum of RGB (Red+Green+Blue) = 112+120+93=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #70785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70785D is #8F87A2. Grayscale: #727272. Windows color (decimal): -9406371 or 6125680. OLE color: 6125680.

HSL color Cylindrical-coordinate representation of color #70785D: hue angle of 77.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70785D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 93 -
CMYK 0.07 0 0.22 0.53
HSL 77.78º 0.13% 0.42% -
HSV(B) 77.78º 0.23% 0.47% -
XYZ 15.37 17.67 12.96 -
YUV 114.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 112 120 93 0.07 0 0.22 0.53 77.78 0.13 0.42
Hex 70 78 5D 7 0 16 35 4E D 2A
Octal 160 170 135 7 0 26 65 116 15 52
Binary 1110000 1111000 1011101 111 0 10110 110101 1001110 1101 101010

Color Harmonies of #70785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70785D

Black with #70785D

Text Example


Text Example

White with #70785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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