#68876E

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

Shades of Laurel #68876E

Tints of Laurel #68876E

Color information

#68876E (or 0x68876E) is unknown color: approx Laurel. HEX triplet: 68, 87 and 6E. RGB value is (104,135,110). Sum of RGB (Red+Green+Blue) = 104+135+110=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #68876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876E is #977891. Grayscale: #7A7A7A. Windows color (decimal): -9926802 or 7243624. OLE color: 7243624.

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

Color convert

RGB104135110-
CMYK0.2300.190.47
HSL131.61º12.97%46.86%-
HSV(B)131.61º22.96%52.94%-
XYZ17.1921.417.98-
YUV122.88120.73114.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=29.80%
G=38.68%
B=31.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351100.2300.190.47131.6112.9746.86
Hex68876E170132F84d2f
Octal15020715627023572041557
Binary110100010000111110111010111010011101111100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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