Html Css Color HEX #70756A Willow Grove

📋 copy color: '#70756A'

red 112 ◦ green 117 ◦ blue 106

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

Shades of Willow Grove #70756A

Tints of Willow Grove #70756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 33.43%
G = 34.93%
B = 31.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#70756A (or 0x70756A) is known color: Willow Grove. HEX triplet: 70, 75 and 6A. RGB value is (112,117,106). Sum of RGB (Red+Green+Blue) = 112+117+106=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #70756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756A is #8F8A95. Grayscale: #727272. Windows color (decimal): -9407126 or 6976880. OLE color: 6976880.

HSL color Cylindrical-coordinate representation of color #70756A: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70756A is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 106 -
CMYK 0.04 0 0.09 0.54
HSL 87.27º 0.05% 0.44% -
HSV(B) 87.27º 0.09% 0.46% -
XYZ 15.64 17.21 16.13 -
YUV 114.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 112 117 106 0.04 0 0.09 0.54 87.27 0.05 0.44
Hex 70 75 6A 4 0 9 36 57 5 2C
Octal 160 165 152 4 0 11 66 127 5 54
Binary 1110000 1110101 1101010 100 0 1001 110110 1010111 101 101100

Color Harmonies of #70756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70756A

Black with #70756A

Text Example


Text Example

White with #70756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70756A; }

 p { color: rgb(112,117,106); }

 H1.HeaderClassName
 {
   color: #70756A;
 }
 .AnyTagClassName
 {
   color: #70756A;
 }
</style>

background-color css

<style>
 a { background-color: #70756A; }

 a { background-color: rgb(112,117,106); }

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

border-color css

<style>
 span { border-color: #70756A; }

 span { border-color: rgb(112,117,106); }

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