Html Css Color HEX #688B6B Laurel

📋 copy color: '#688B6B'

red 104 ◦ green 139 ◦ blue 107

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

Shades of Laurel #688B6B

Tints of Laurel #688B6B

RGB

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

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

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

R = 29.71%
G = 39.71%
B = 30.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#688B6B (or 0x688B6B) is known color: Laurel. HEX triplet: 68, 8B and 6B. RGB value is (104,139,107). Sum of RGB (Red+Green+Blue) = 104+139+107=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #688B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B6B is #977494. Grayscale: #7C7C7C. Windows color (decimal): -9925781 or 7048040. OLE color: 7048040.

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

Color convert

RGB 104 139 107 -
CMYK 0.25 0 0.23 0.45
HSL 125.14º 0.14% 0.48% -
HSV(B) 125.14º 0.25% 0.55% -
XYZ 17.6 22.47 17.32 -
YUV 124.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 104 139 107 0.25 0 0.23 0.45 125.14 0.14 0.48
Hex 68 8B 6B 19 0 17 2D 7D E 30
Octal 150 213 153 31 0 27 55 175 16 60
Binary 1101000 10001011 1101011 11001 0 10111 101101 1111101 1110 110000

Color Harmonies of #688B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B6B

Black with #688B6B

Text Example


Text Example

White with #688B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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