#70766A

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

Shades of Willow Grove #70766A

Tints of Willow Grove #70766A

Color information

#70766A (or 0x70766A) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 6A. RGB value is (112,118,106). Sum of RGB (Red+Green+Blue) = 112+118+106=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #70766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766A is #8F8995. Grayscale: #727272. Windows color (decimal): -9406870 or 6977136. OLE color: 6977136.

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

Color convert

RGB112118106-
CMYK0.0500.100.54
HSL90º5.36%43.92%-
HSV(B)90º10.17%46.27%-
XYZ15.7617.4416.17-
YUV114.84123.01125.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=33.33%
G=35.12%
B=31.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181060.0500.100.54905.3643.92
Hex70766A50A365a52c
Octal160166152501266132554
Binary111000011101101101010101010101101101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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