Html Css Color HEX #688A6E Laurel

📋 copy color: '#688A6E'

red 104 ◦ green 138 ◦ blue 110

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

Shades of Laurel #688A6E

Tints of Laurel #688A6E

RGB

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

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

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

R = 29.55%
G = 39.2%
B = 31.25%

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

#688A6E (or 0x688A6E) is known color: Laurel. HEX triplet: 68, 8A and 6E. RGB value is (104,138,110). Sum of RGB (Red+Green+Blue) = 104+138+110=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #688A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A6E is #977591. Grayscale: #7C7C7C. Windows color (decimal): -9926034 or 7244392. OLE color: 7244392.

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

Color convert

RGB 104 138 110 -
CMYK 0.25 0 0.20 0.46
HSL 130.59º 0.14% 0.47% -
HSV(B) 130.59º 0.25% 0.54% -
XYZ 17.61 22.25 18.12 -
YUV 124.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 104 138 110 0.25 0 0.20 0.46 130.59 0.14 0.47
Hex 68 8A 6E 19 0 14 2E 83 E 2F
Octal 150 212 156 31 0 24 56 203 16 57
Binary 1101000 10001010 1101110 11001 0 10100 101110 10000011 1110 101111

Color Harmonies of #688A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A6E

Black with #688A6E

Text Example


Text Example

White with #688A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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