#70766B

Color #70766B Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #70766B

Tints of Willow Grove #70766B

Color information

#70766B (or 0x70766B) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 6B. RGB value is (112,118,107). Sum of RGB (Red+Green+Blue) = 112+118+107=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #70766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766B is #8F8994. Grayscale: #727272. Windows color (decimal): -9406869 or 7042672. OLE color: 7042672.

HSL color Cylindrical-coordinate representation of color #70766B: hue angle of 92.73º 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 #70766B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB112118107-
CMYK0.0500.090.54
HSL92.73º4.89%44.12%-
HSV(B)92.73º9.32%46.27%-
XYZ15.8117.4616.45-
YUV114.95123.51125.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=33.23%
G=35.01%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181070.0500.090.5492.734.8944.12
Hex70766B509365d52c
Octal160166153501166135554
Binary111000011101101101011101010011101101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70766B; }

 p { color: rgb(112,118,107); }

 H1.HeaderClassName
 {
   color: #70766B;
 }
 .AnyTagClassName
 {
   color: #70766B;
 }
</style>
background-color css

<style>
 a { background-color: #70766B; }

 a { background-color: rgb(112,118,107); }

 div.DivClassName
 {
   background-color: #70766B;
 }
 .BgClassName
 {
   background-color: #70766B;
 }
</style>
border-color css

<style>
 span { border-color: #70766B; }

 span { border-color: rgb(112,118,107); }

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