Html Css Color HEX #688A6F Laurel

📋 copy color: '#688A6F'

red 104 ◦ green 138 ◦ blue 111

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

Shades of Laurel #688A6F

Tints of Laurel #688A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 29.46%
G = 39.09%
B = 31.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#688A6F (or 0x688A6F) is known color: Laurel. HEX triplet: 68, 8A and 6F. RGB value is (104,138,111). Sum of RGB (Red+Green+Blue) = 104+138+111=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #688A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A6F is #977590. Grayscale: #7C7C7C. Windows color (decimal): -9926033 or 7309928. OLE color: 7309928.

HSL color Cylindrical-coordinate representation of color #688A6F: hue angle of 132.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A6F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 111 -
CMYK 0.25 0 0.20 0.46
HSL 132.35º 0.14% 0.47% -
HSV(B) 132.35º 0.25% 0.54% -
XYZ 17.67 22.27 18.41 -
YUV 124.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 104 138 111 0.25 0 0.20 0.46 132.35 0.14 0.47
Hex 68 8A 6F 19 0 14 2E 84 E 2F
Octal 150 212 157 31 0 24 56 204 16 57
Binary 1101000 10001010 1101111 11001 0 10100 101110 10000100 1110 101111

Color Harmonies of #688A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A6F

Black with #688A6F

Text Example


Text Example

White with #688A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,138,111); }

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

background-color css

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

 a { background-color: rgb(104,138,111); }

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

border-color css

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

 span { border-color: rgb(104,138,111); }

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