Html Css Color HEX #687260 Willow Grove

📋 copy color: '#687260'

red 104 ◦ green 114 ◦ blue 96

#687260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #687260

Tints of Willow Grove #687260

RGB

 RED value IS 104 (41.02% from 255) = 33.12%

 GREEN value IS 114 (44.92% from 255) = 36.31%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 33.12%
G = 36.31%
B = 30.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#687260 (or 0x687260) is known color: Willow Grove. HEX triplet: 68, 72 and 60. RGB value is (104,114,96). Sum of RGB (Red+Green+Blue) = 104+114+96=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #687260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687260 is #978D9F. Grayscale: #6D6D6D. Windows color (decimal): -9932192 or 6320744. OLE color: 6320744.

HSL color Cylindrical-coordinate representation of color #687260: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687260 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 96 -
CMYK 0.09 0 0.16 0.55
HSL 93.33º 0.09% 0.41% -
HSV(B) 93.33º 0.16% 0.45% -
XYZ 13.84 15.82 13.39 -
YUV 108.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 104 114 96 0.09 0 0.16 0.55 93.33 0.09 0.41
Hex 68 72 60 9 0 10 37 5D 9 29
Octal 150 162 140 11 0 20 67 135 11 51
Binary 1101000 1110010 1100000 1001 0 10000 110111 1011101 1001 101001

Color Harmonies of #687260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687260

Black with #687260

Text Example


Text Example

White with #687260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687260; }

 p { color: rgb(104,114,96); }

 H1.HeaderClassName
 {
   color: #687260;
 }
 .AnyTagClassName
 {
   color: #687260;
 }
</style>

background-color css

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

 a { background-color: rgb(104,114,96); }

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

border-color css

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

 span { border-color: rgb(104,114,96); }

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