#688670

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

Shades of Laurel #688670

Tints of Laurel #688670

Color information

#688670 (or 0x688670) is unknown color: approx Laurel. HEX triplet: 68, 86 and 70. RGB value is (104,134,112). Sum of RGB (Red+Green+Blue) = 104+134+112=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #688670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688670 is #97798F. Grayscale: #7A7A7A. Windows color (decimal): -9927056 or 7374440. OLE color: 7374440.

HSL color Cylindrical-coordinate representation of color #688670: hue angle of 136º 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 #688670 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB104134112-
CMYK0.2200.160.47
HSL136º12.61%46.67%-
HSV(B)136º22.39%52.55%-
XYZ17.1621.1618.51-
YUV122.52122.06114.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 112 (44.14% from 255) = 32%
R=29.71%
G=38.29%
B=32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341120.2200.160.4713612.6146.67
Hex688670160102F88d2f
Octal15020616026020572101557
Binary110100010000110111000010110010000101111100010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688670; }

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

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

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

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

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

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

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

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