Html Css Color HEX #688B6D Laurel

📋 copy color: '#688B6D'

red 104 ◦ green 139 ◦ blue 109

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

Shades of Laurel #688B6D

Tints of Laurel #688B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 29.55%
G = 39.49%
B = 30.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#688B6D (or 0x688B6D) is known color: Laurel. HEX triplet: 68, 8B and 6D. RGB value is (104,139,109). Sum of RGB (Red+Green+Blue) = 104+139+109=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #688B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B6D is #977492. Grayscale: #7D7D7D. Windows color (decimal): -9925779 or 7179112. OLE color: 7179112.

HSL color Cylindrical-coordinate representation of color #688B6D: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B6D is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 109 -
CMYK 0.25 0 0.22 0.45
HSL 128.57º 0.14% 0.48% -
HSV(B) 128.57º 0.25% 0.55% -
XYZ 17.7 22.51 17.88 -
YUV 125.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 104 139 109 0.25 0 0.22 0.45 128.57 0.14 0.48
Hex 68 8B 6D 19 0 16 2D 81 E 30
Octal 150 213 155 31 0 26 55 201 16 60
Binary 1101000 10001011 1101101 11001 0 10110 101101 10000001 1110 110000

Color Harmonies of #688B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B6D

Black with #688B6D

Text Example


Text Example

White with #688B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B6D; }

 p { color: rgb(104,139,109); }

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

background-color css

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

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

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

border-color css

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

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

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