#68876C

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

Shades of Laurel #68876C

Tints of Laurel #68876C

Color information

#68876C (or 0x68876C) is unknown color: approx Laurel. HEX triplet: 68, 87 and 6C. RGB value is (104,135,108). Sum of RGB (Red+Green+Blue) = 104+135+108=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #68876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876C is #977893. Grayscale: #7A7A7A. Windows color (decimal): -9926804 or 7112552. OLE color: 7112552.

HSL color Cylindrical-coordinate representation of color #68876C: hue angle of 127.74º 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 #68876C is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB104135108-
CMYK0.2300.20.47
HSL127.74º12.97%46.86%-
HSV(B)127.74º22.96%52.94%-
XYZ17.0821.3517.41-
YUV122.65119.73114.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=29.97%
G=38.90%
B=31.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351080.2300.20.47127.7412.9746.86
Hex68876C170142F80d2f
Octal15020715427024572001557
Binary110100010000111110110010111010100101111100000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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