#687350

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

Shades of Willow Grove #687350

Tints of Willow Grove #687350

Color information

#687350 (or 0x687350) is unknown color: approx Willow Grove. HEX triplet: 68, 73 and 50. RGB value is (104,115,80). Sum of RGB (Red+Green+Blue) = 104+115+80=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #687350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687350 is #978CAF. Grayscale: #6B6B6B. Windows color (decimal): -9931952 or 5272424. OLE color: 5272424.

HSL color Cylindrical-coordinate representation of color #687350: hue angle of 78.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687350 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10411580-
CMYK0.1000.300.55
HSL78.86º17.95%38.24%-
HSV(B)78.86º30.43%45.1%-
XYZ13.2915.789.94-
YUV107.72112.36125.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=34.78%
G=38.46%
B=26.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115800.1000.300.5578.8617.9538.24
Hex687350A01E374f1226
Octal15016312012036671172246
Binary1101000111001110100001010011110110111100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687350; }

 p { color: rgb(104,115,80); }

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

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

 a { background-color: rgb(104,115,80); }

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

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

 span { border-color: rgb(104,115,80); }

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