#688768

Color #688768 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #688768

Tints of Laurel #688768

Color information

#688768 (or 0x688768) is unknown color: approx Laurel. HEX triplet: 68, 87 and 68. RGB value is (104,135,104). Sum of RGB (Red+Green+Blue) = 104+135+104=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #688768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688768 is #977897. Grayscale: #7A7A7A. Windows color (decimal): -9926808 or 6850408. OLE color: 6850408.

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

Color convert

RGB104135104-
CMYK0.2300.230.47
HSL120º12.97%46.86%-
HSV(B)120º22.96%52.94%-
XYZ16.8721.2716.31-
YUV122.2117.73115.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=30.32%
G=39.36%
B=30.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351040.2300.230.4712012.9746.86
Hex688768170172F78d2f
Octal15020715027027571701557
Binary11010001000011111010001011101011110111111110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688768; }

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

 H1.HeaderClassName
 {
   color: #688768;
 }
 .AnyTagClassName
 {
   color: #688768;
 }
</style>
background-color css

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

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

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

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

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

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