#689168

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

Shades of Laurel #689168

Tints of Laurel #689168

Color information

#689168 (or 0x689168) is unknown color: approx Laurel. HEX triplet: 68, 91 and 68. RGB value is (104,145,104). Sum of RGB (Red+Green+Blue) = 104+145+104=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #689168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689168 is #976E97. Grayscale: #808080. Windows color (decimal): -9924248 or 6852968. OLE color: 6852968.

HSL color Cylindrical-coordinate representation of color #689168: hue angle of 120º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689168 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB104145104-
CMYK0.2800.280.43
HSL120º16.47%48.82%-
HSV(B)120º28.28%56.86%-
XYZ18.3324.1916.8-
YUV128.07114.42110.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=29.46%
G=41.08%
B=29.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451040.2800.280.4312016.4748.82
Hex6891681C01C2B781031
Octal15022115034034531702061
Binary110100010010001110100011100011100101011111100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689168; }

 p { color: rgb(104,145,104); }

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

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

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

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

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

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

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