#68866E

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

Shades of Laurel #68866E

Tints of Laurel #68866E

Color information

#68866E (or 0x68866E) is unknown color: approx Laurel. HEX triplet: 68, 86 and 6E. RGB value is (104,134,110). Sum of RGB (Red+Green+Blue) = 104+134+110=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #68866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866E is #977991. Grayscale: #7A7A7A. Windows color (decimal): -9927058 or 7243368. OLE color: 7243368.

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

Color convert

RGB104134110-
CMYK0.2200.180.47
HSL132º12.61%46.67%-
HSV(B)132º22.39%52.55%-
XYZ17.0521.1217.93-
YUV122.29121.06114.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=29.89%
G=38.51%
B=31.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341100.2200.180.4713212.6146.67
Hex68866E160122F84d2f
Octal15020615626022572041557
Binary110100010000110110111010110010010101111100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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