Html Css Color HEX #70804F Willow Grove

📋 copy color: '#70804F'

red 112 ◦ green 128 ◦ blue 79

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

Shades of Willow Grove #70804F

Tints of Willow Grove #70804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 35.11%
G = 40.13%
B = 24.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#70804F (or 0x70804F) is known color: Willow Grove. HEX triplet: 70, 80 and 4F. RGB value is (112,128,79). Sum of RGB (Red+Green+Blue) = 112+128+79=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #70804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70804F is #8F7FB0. Grayscale: #757575. Windows color (decimal): -9404337 or 5210224. OLE color: 5210224.

HSL color Cylindrical-coordinate representation of color #70804F: hue angle of 79.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70804F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 79 -
CMYK 0.12 0 0.38 0.50
HSL 79.59º 0.24% 0.41% -
HSV(B) 79.59º 0.38% 0.5% -
XYZ 15.81 19.45 10.32 -
YUV 117.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 112 128 79 0.12 0 0.38 0.50 79.59 0.24 0.41
Hex 70 80 4F C 0 26 32 50 18 29
Octal 160 200 117 14 0 46 62 120 30 51
Binary 1110000 10000000 1001111 1100 0 100110 110010 1010000 11000 101001

Color Harmonies of #70804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70804F

Black with #70804F

Text Example


Text Example

White with #70804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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