#707667

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

Shades of Willow Grove #707667

Tints of Willow Grove #707667

Color information

#707667 (or 0x707667) is unknown color: approx Willow Grove. HEX triplet: 70, 76 and 67. RGB value is (112,118,103). Sum of RGB (Red+Green+Blue) = 112+118+103=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #707667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707667 is #8F8998. Grayscale: #727272. Windows color (decimal): -9406873 or 6780528. OLE color: 6780528.

HSL color Cylindrical-coordinate representation of color #707667: hue angle of 84º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707667 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB112118103-
CMYK0.0500.130.54
HSL84º6.79%43.33%-
HSV(B)84º12.71%46.27%-
XYZ15.6117.3815.36-
YUV114.5121.51126.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=33.63%
G=35.44%
B=30.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121181030.0500.130.54846.7943.33
Hex70766750D365472b
Octal160166147501566124753
Binary111000011101101100111101011011101101010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707667; }

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

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

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

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

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

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

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

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