Html Css Color HEX #70805F Willow Grove

📋 copy color: '#70805F'

red 112 ◦ green 128 ◦ blue 95

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

Shades of Willow Grove #70805F

Tints of Willow Grove #70805F

RGB

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

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

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

R = 33.43%
G = 38.21%
B = 28.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#70805F (or 0x70805F) is known color: Willow Grove. HEX triplet: 70, 80 and 5F. RGB value is (112,128,95). Sum of RGB (Red+Green+Blue) = 112+128+95=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #70805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70805F is #8F7FA0. Grayscale: #777777. Windows color (decimal): -9404321 or 6258800. OLE color: 6258800.

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

Color convert

RGB 112 128 95 -
CMYK 0.12 0 0.26 0.50
HSL 89.09º 0.15% 0.44% -
HSV(B) 89.09º 0.26% 0.5% -
XYZ 16.47 19.71 13.76 -
YUV 119.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 112 128 95 0.12 0 0.26 0.50 89.09 0.15 0.44
Hex 70 80 5F C 0 1A 32 59 F 2C
Octal 160 200 137 14 0 32 62 131 17 54
Binary 1110000 10000000 1011111 1100 0 11010 110010 1011001 1111 101100

Color Harmonies of #70805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70805F

Black with #70805F

Text Example


Text Example

White with #70805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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