#688969

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

Shades of Laurel #688969

Tints of Laurel #688969

Color information

#688969 (or 0x688969) is unknown color: approx Laurel. HEX triplet: 68, 89 and 69. RGB value is (104,137,105). Sum of RGB (Red+Green+Blue) = 104+137+105=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #688969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688969 is #977696. Grayscale: #7B7B7B. Windows color (decimal): -9926295 or 6916456. OLE color: 6916456.

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

Color convert

RGB104137105-
CMYK0.2400.230.46
HSL121.82º13.69%47.25%-
HSV(B)121.82º24.09%53.73%-
XYZ17.221.8516.68-
YUV123.48117.57114.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=30.06%
G=39.60%
B=30.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041371050.2400.230.46121.8213.6947.25
Hex688969180172E7ae2f
Octal15021115130027561721657
Binary11010001000100111010011100001011110111011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688969; }

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

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

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

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

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

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

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

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