Html Css Color HEX #688468 Laurel

📋 copy color: '#688468'

red 104 ◦ green 132 ◦ blue 104

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

Shades of Laurel #688468

Tints of Laurel #688468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 30.59%
G = 38.82%
B = 30.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#688468 (or 0x688468) is known color: Laurel. HEX triplet: 68, 84 and 68. RGB value is (104,132,104). Sum of RGB (Red+Green+Blue) = 104+132+104=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #688468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688468 is #977B97. Grayscale: #787878. Windows color (decimal): -9927576 or 6849640. OLE color: 6849640.

HSL color Cylindrical-coordinate representation of color #688468: hue angle of 120º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688468 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 104 -
CMYK 0.21 0 0.21 0.48
HSL 120º 0.12% 0.46% -
HSV(B) 120º 0.21% 0.52% -
XYZ 16.46 20.45 16.18 -
YUV 120.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 104 132 104 0.21 0 0.21 0.48 120 0.12 0.46
Hex 68 84 68 15 0 15 30 78 C 2E
Octal 150 204 150 25 0 25 60 170 14 56
Binary 1101000 10000100 1101000 10101 0 10101 110000 1111000 1100 101110

Color Harmonies of #688468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688468

Black with #688468

Text Example


Text Example

White with #688468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688468; }

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

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

background-color css

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

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

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

border-color css

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

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

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