Html Css Color HEX #687060 Willow Grove

📋 copy color: '#687060'

red 104 ◦ green 112 ◦ blue 96

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

Shades of Willow Grove #687060

Tints of Willow Grove #687060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 33.33%
G = 35.9%
B = 30.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#687060 (or 0x687060) is known color: Willow Grove. HEX triplet: 68, 70 and 60. RGB value is (104,112,96). Sum of RGB (Red+Green+Blue) = 104+112+96=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #687060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687060 is #978F9F. Grayscale: #6B6B6B. Windows color (decimal): -9932704 or 6320232. OLE color: 6320232.

HSL color Cylindrical-coordinate representation of color #687060: hue angle of 90º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687060 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 96 -
CMYK 0.07 0 0.14 0.56
HSL 90º 0.08% 0.41% -
HSV(B) 90º 0.14% 0.44% -
XYZ 13.61 15.38 13.32 -
YUV 107.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 104 112 96 0.07 0 0.14 0.56 90 0.08 0.41
Hex 68 70 60 7 0 E 38 5A 8 29
Octal 150 160 140 7 0 16 70 132 10 51
Binary 1101000 1110000 1100000 111 0 1110 111000 1011010 1000 101001

Color Harmonies of #687060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687060

Black with #687060

Text Example


Text Example

White with #687060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687060; }

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

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

background-color css

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

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

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

border-color css

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

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

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