#688369

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

Shades of Laurel #688369

Tints of Laurel #688369

Color information

#688369 (or 0x688369) is unknown color: approx Laurel. HEX triplet: 68, 83 and 69. RGB value is (104,131,105). Sum of RGB (Red+Green+Blue) = 104+131+105=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #688369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688369 is #977C96. Grayscale: #787878. Windows color (decimal): -9927831 or 6914920. OLE color: 6914920.

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

Color convert

RGB104131105-
CMYK0.2100.200.49
HSL122.22º11.49%46.08%-
HSV(B)122.22º20.61%51.37%-
XYZ16.3820.216.4-
YUV119.96119.55116.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=30.59%
G=38.53%
B=30.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311050.2100.200.49122.2211.4946.08
Hex68836915014317ab2e
Octal15020315125024611721356
Binary11010001000001111010011010101010011000111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688369; }

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

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

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

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

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

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

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

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