Html Css Color HEX #688668 Laurel

📋 copy color: '#688668'

red 104 ◦ green 134 ◦ blue 104

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

Shades of Laurel #688668

Tints of Laurel #688668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

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

R = 30.41%
G = 39.18%
B = 30.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#688668 (or 0x688668) is known color: Laurel. HEX triplet: 68, 86 and 68. RGB value is (104,134,104). Sum of RGB (Red+Green+Blue) = 104+134+104=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #688668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688668 is #977997. Grayscale: #797979. Windows color (decimal): -9927064 or 6850152. OLE color: 6850152.

HSL color Cylindrical-coordinate representation of color #688668: 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.22%. Process color model (Four color, CMYK) of #688668 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 104 -
CMYK 0.22 0 0.22 0.47
HSL 120º 0.13% 0.47% -
HSV(B) 120º 0.22% 0.53% -
XYZ 16.73 20.99 16.27 -
YUV 121.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 104 134 104 0.22 0 0.22 0.47 120 0.13 0.47
Hex 68 86 68 16 0 16 2F 78 D 2F
Octal 150 206 150 26 0 26 57 170 15 57
Binary 1101000 10000110 1101000 10110 0 10110 101111 1111000 1101 101111

Color Harmonies of #688668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688668

Black with #688668

Text Example


Text Example

White with #688668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688668; }

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

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

background-color css

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

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

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

border-color css

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

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

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