#68896C

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

Shades of Laurel #68896C

Tints of Laurel #68896C

Color information

#68896C (or 0x68896C) is unknown color: approx Laurel. HEX triplet: 68, 89 and 6C. RGB value is (104,137,108). Sum of RGB (Red+Green+Blue) = 104+137+108=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #68896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68896C is #977693. Grayscale: #7B7B7B. Windows color (decimal): -9926292 or 7113064. OLE color: 7113064.

HSL color Cylindrical-coordinate representation of color #68896C: hue angle of 127.27º 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 #68896C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB104137108-
CMYK0.2400.210.46
HSL127.27º13.69%47.25%-
HSV(B)127.27º24.09%53.73%-
XYZ17.3621.9217.5-
YUV123.83119.07113.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=29.80%
G=39.26%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041371080.2400.210.46127.2713.6947.25
Hex68896C180152E7fe2f
Octal15021115430025561771657
Binary11010001000100111011001100001010110111011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68896C; }

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

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

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

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

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

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

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

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