Html Css Color HEX #687C68 Laurel

📋 copy color: '#687C68'

red 104 ◦ green 124 ◦ blue 104

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

Shades of Laurel #687C68

Tints of Laurel #687C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 31.33%
G = 37.35%
B = 31.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#687C68 (or 0x687C68) is known color: Laurel. HEX triplet: 68, 7C and 68. RGB value is (104,124,104). Sum of RGB (Red+Green+Blue) = 104+124+104=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #687C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C68 is #978397. Grayscale: #737373. Windows color (decimal): -9929624 or 6847592. OLE color: 6847592.

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

Color convert

RGB 104 124 104 -
CMYK 0.16 0 0.16 0.51
HSL 120º 0.09% 0.45% -
HSV(B) 120º 0.16% 0.49% -
XYZ 15.42 18.36 15.83 -
YUV 115.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 104 124 104 0.16 0 0.16 0.51 120 0.09 0.45
Hex 68 7C 68 10 0 10 33 78 9 2D
Octal 150 174 150 20 0 20 63 170 11 55
Binary 1101000 1111100 1101000 10000 0 10000 110011 1111000 1001 101101

Color Harmonies of #687C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C68

Black with #687C68

Text Example


Text Example

White with #687C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,124,104); }

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

background-color css

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

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

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

border-color css

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

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

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