Html Css Color HEX #688B68 Laurel

📋 copy color: '#688B68'

red 104 ◦ green 139 ◦ blue 104

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

Shades of Laurel #688B68

Tints of Laurel #688B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.06%

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

R = 29.97%
G = 40.06%
B = 29.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#688B68 (or 0x688B68) is known color: Laurel. HEX triplet: 68, 8B and 68. RGB value is (104,139,104). Sum of RGB (Red+Green+Blue) = 104+139+104=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #688B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B68 is #977497. Grayscale: #7C7C7C. Windows color (decimal): -9925784 or 6851432. OLE color: 6851432.

HSL color Cylindrical-coordinate representation of color #688B68: hue angle of 120º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B68 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 104 -
CMYK 0.25 0 0.25 0.45
HSL 120º 0.14% 0.48% -
HSV(B) 120º 0.25% 0.55% -
XYZ 17.44 22.41 16.5 -
YUV 124.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 104 139 104 0.25 0 0.25 0.45 120 0.14 0.48
Hex 68 8B 68 19 0 19 2D 78 E 30
Octal 150 213 150 31 0 31 55 170 16 60
Binary 1101000 10001011 1101000 11001 0 11001 101101 1111000 1110 110000

Color Harmonies of #688B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B68

Black with #688B68

Text Example


Text Example

White with #688B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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