#687B52

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

Shades of Willow Grove #687B52

Tints of Willow Grove #687B52

Color information

#687B52 (or 0x687B52) is unknown color: approx Willow Grove. HEX triplet: 68, 7B and 52. RGB value is (104,123,82). Sum of RGB (Red+Green+Blue) = 104+123+82=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #687B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B52 is #9784AD. Grayscale: #707070. Windows color (decimal): -9929902 or 5405544. OLE color: 5405544.

HSL color Cylindrical-coordinate representation of color #687B52: hue angle of 87.8º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #687B52 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB10412382-
CMYK0.1500.330.52
HSL87.8º20%40.2%-
HSV(B)87.8º33.33%48.24%-
XYZ14.3117.7210.65-
YUV112.64110.71121.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=33.66%
G=39.81%
B=26.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104123820.1500.330.5287.82040.2
Hex687B52F02134581428
Octal15017312217041641302450
Binary11010001111011101001011110100001110100101100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687B52; }

 p { color: rgb(104,123,82); }

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

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

 a { background-color: rgb(104,123,82); }

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

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

 span { border-color: rgb(104,123,82); }

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