Html Css Color HEX #687A6B Laurel

📋 copy color: '#687A6B'

red 104 ◦ green 122 ◦ blue 107

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

Shades of Laurel #687A6B

Tints of Laurel #687A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 31.23%
G = 36.64%
B = 32.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#687A6B (or 0x687A6B) is known color: Laurel. HEX triplet: 68, 7A and 6B. RGB value is (104,122,107). Sum of RGB (Red+Green+Blue) = 104+122+107=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #687A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A6B is #978594. Grayscale: #727272. Windows color (decimal): -9930133 or 7043688. OLE color: 7043688.

HSL color Cylindrical-coordinate representation of color #687A6B: hue angle of 130º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A6B is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 122 107 -
CMYK 0.15 0 0.12 0.52
HSL 130º 0.08% 0.44% -
HSV(B) 130º 0.15% 0.48% -
XYZ 15.32 17.92 16.56 -
YUV 114.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 104 122 107 0.15 0 0.12 0.52 130 0.08 0.44
Hex 68 7A 6B F 0 C 34 82 8 2C
Octal 150 172 153 17 0 14 64 202 10 54
Binary 1101000 1111010 1101011 1111 0 1100 110100 10000010 1000 101100

Color Harmonies of #687A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A6B

Black with #687A6B

Text Example


Text Example

White with #687A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,107); }

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

background-color css

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

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

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

border-color css

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

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

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