Html Css Color HEX #687D69 Laurel

📋 copy color: '#687D69'

red 104 ◦ green 125 ◦ blue 105

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

Shades of Laurel #687D69

Tints of Laurel #687D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 31.14%
G = 37.43%
B = 31.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#687D69 (or 0x687D69) is known color: Laurel. HEX triplet: 68, 7D and 69. RGB value is (104,125,105). Sum of RGB (Red+Green+Blue) = 104+125+105=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #687D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D69 is #978296. Grayscale: #747474. Windows color (decimal): -9929367 or 6913384. OLE color: 6913384.

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

Color convert

RGB 104 125 105 -
CMYK 0.17 0 0.16 0.51
HSL 122.86º 0.09% 0.45% -
HSV(B) 122.86º 0.17% 0.49% -
XYZ 15.59 18.63 16.14 -
YUV 116.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 104 125 105 0.17 0 0.16 0.51 122.86 0.09 0.45
Hex 68 7D 69 11 0 10 33 7B 9 2D
Octal 150 175 151 21 0 20 63 173 11 55
Binary 1101000 1111101 1101001 10001 0 10000 110011 1111011 1001 101101

Color Harmonies of #687D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D69

Black with #687D69

Text Example


Text Example

White with #687D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,125,105); }

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

background-color css

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

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

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

border-color css

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

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

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