#68876B

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

Shades of Laurel #68876B

Tints of Laurel #68876B

Color information

#68876B (or 0x68876B) is unknown color: approx Laurel. HEX triplet: 68, 87 and 6B. RGB value is (104,135,107). Sum of RGB (Red+Green+Blue) = 104+135+107=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #68876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876B is #977894. Grayscale: #7A7A7A. Windows color (decimal): -9926805 or 7047016. OLE color: 7047016.

HSL color Cylindrical-coordinate representation of color #68876B: hue angle of 125.81º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68876B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB104135107-
CMYK0.2300.210.47
HSL125.81º12.97%46.86%-
HSV(B)125.81º22.96%52.94%-
XYZ17.0321.3317.13-
YUV122.54119.23114.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=30.06%
G=39.02%
B=30.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351070.2300.210.47125.8112.9746.86
Hex68876B170152F7ed2f
Octal15020715327025571761557
Binary11010001000011111010111011101010110111111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68876B; }

 p { color: rgb(104,135,107); }

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

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

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

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

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

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

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