#688169

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

Shades of Laurel #688169

Tints of Laurel #688169

Color information

#688169 (or 0x688169) is unknown color: approx Laurel. HEX triplet: 68, 81 and 69. RGB value is (104,129,105). Sum of RGB (Red+Green+Blue) = 104+129+105=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #688169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688169 is #977E96. Grayscale: #767676. Windows color (decimal): -9928343 or 6914408. OLE color: 6914408.

HSL color Cylindrical-coordinate representation of color #688169: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688169 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB104129105-
CMYK0.1900.190.49
HSL122.4º10.73%45.69%-
HSV(B)122.4º19.38%50.59%-
XYZ16.1119.6616.31-
YUV118.79120.22117.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=30.77%
G=38.17%
B=31.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291050.1900.190.49122.410.7345.69
Hex68816913013317ab2e
Octal15020115123023611721356
Binary11010001000000111010011001101001111000111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688169; }

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

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

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

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

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

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

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

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