Html Css Color HEX #688D6A Laurel

📋 copy color: '#688D6A'

red 104 ◦ green 141 ◦ blue 106

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

Shades of Laurel #688D6A

Tints of Laurel #688D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 29.63%
G = 40.17%
B = 30.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#688D6A (or 0x688D6A) is known color: Laurel. HEX triplet: 68, 8D and 6A. RGB value is (104,141,106). Sum of RGB (Red+Green+Blue) = 104+141+106=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #688D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D6A is #977295. Grayscale: #7E7E7E. Windows color (decimal): -9925270 or 6983016. OLE color: 6983016.

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

Color convert

RGB 104 141 106 -
CMYK 0.26 0 0.25 0.45
HSL 123.24º 0.15% 0.48% -
HSV(B) 123.24º 0.26% 0.55% -
XYZ 17.84 23.03 17.14 -
YUV 125.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 104 141 106 0.26 0 0.25 0.45 123.24 0.15 0.48
Hex 68 8D 6A 1A 0 19 2D 7B F 30
Octal 150 215 152 32 0 31 55 173 17 60
Binary 1101000 10001101 1101010 11010 0 11001 101101 1111011 1111 110000

Color Harmonies of #688D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D6A

Black with #688D6A

Text Example


Text Example

White with #688D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,141,106); }

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

background-color css

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

 a { background-color: rgb(104,141,106); }

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

border-color css

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

 span { border-color: rgb(104,141,106); }

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