#688869

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

Shades of Laurel #688869

Tints of Laurel #688869

Color information

#688869 (or 0x688869) is unknown color: approx Laurel. HEX triplet: 68, 88 and 69. RGB value is (104,136,105). Sum of RGB (Red+Green+Blue) = 104+136+105=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #688869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688869 is #977796. Grayscale: #7A7A7A. Windows color (decimal): -9926551 or 6916200. OLE color: 6916200.

HSL color Cylindrical-coordinate representation of color #688869: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688869 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB104136105-
CMYK0.2400.230.47
HSL121.88º13.33%47.06%-
HSV(B)121.88º23.53%53.33%-
XYZ17.0621.5716.63-
YUV122.9117.9114.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=30.14%
G=39.42%
B=30.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041361050.2400.230.47121.8813.3347.06
Hex688869180172F7ad2f
Octal15021015130027571721557
Binary11010001000100011010011100001011110111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688869; }

 p { color: rgb(104,136,105); }

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

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

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

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

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

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

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