Html Css Color HEX #688868 Laurel

📋 copy color: '#688868'

red 104 ◦ green 136 ◦ blue 104

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

Shades of Laurel #688868

Tints of Laurel #688868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 30.23%
G = 39.53%
B = 30.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#688868 (or 0x688868) is known color: Laurel. HEX triplet: 68, 88 and 68. RGB value is (104,136,104). Sum of RGB (Red+Green+Blue) = 104+136+104=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #688868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688868 is #977797. Grayscale: #7A7A7A. Windows color (decimal): -9926552 or 6850664. OLE color: 6850664.

HSL color Cylindrical-coordinate representation of color #688868: hue angle of 120º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688868 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 136 104 -
CMYK 0.24 0 0.24 0.47
HSL 120º 0.13% 0.47% -
HSV(B) 120º 0.24% 0.53% -
XYZ 17.01 21.55 16.36 -
YUV 122.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 104 136 104 0.24 0 0.24 0.47 120 0.13 0.47
Hex 68 88 68 18 0 18 2F 78 D 2F
Octal 150 210 150 30 0 30 57 170 15 57
Binary 1101000 10001000 1101000 11000 0 11000 101111 1111000 1101 101111

Color Harmonies of #688868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688868

Black with #688868

Text Example


Text Example

White with #688868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688868; }

 p { color: rgb(104,136,104); }

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

background-color css

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

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

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

border-color css

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

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

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