Html Css Color HEX #688B6E Laurel

📋 copy color: '#688B6E'

red 104 ◦ green 139 ◦ blue 110

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

Shades of Laurel #688B6E

Tints of Laurel #688B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 29.46%
G = 39.38%
B = 31.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#688B6E (or 0x688B6E) is known color: Laurel. HEX triplet: 68, 8B and 6E. RGB value is (104,139,110). Sum of RGB (Red+Green+Blue) = 104+139+110=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #688B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B6E is #977491. Grayscale: #7D7D7D. Windows color (decimal): -9925778 or 7244648. OLE color: 7244648.

HSL color Cylindrical-coordinate representation of color #688B6E: hue angle of 130.29º 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 #688B6E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 110 -
CMYK 0.25 0 0.21 0.45
HSL 130.29º 0.14% 0.48% -
HSV(B) 130.29º 0.25% 0.55% -
XYZ 17.76 22.53 18.17 -
YUV 125.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 104 139 110 0.25 0 0.21 0.45 130.29 0.14 0.48
Hex 68 8B 6E 19 0 15 2D 82 E 30
Octal 150 213 156 31 0 25 55 202 16 60
Binary 1101000 10001011 1101110 11001 0 10101 101101 10000010 1110 110000

Color Harmonies of #688B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B6E

Black with #688B6E

Text Example


Text Example

White with #688B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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