#68866F

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

Shades of Laurel #68866F

Tints of Laurel #68866F

Color information

#68866F (or 0x68866F) is unknown color: approx Laurel. HEX triplet: 68, 86 and 6F. RGB value is (104,134,111). Sum of RGB (Red+Green+Blue) = 104+134+111=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #68866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866F is #977990. Grayscale: #7A7A7A. Windows color (decimal): -9927057 or 7308904. OLE color: 7308904.

HSL color Cylindrical-coordinate representation of color #68866F: hue angle of 134º 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 #68866F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB104134111-
CMYK0.2200.170.47
HSL134º12.61%46.67%-
HSV(B)134º22.39%52.55%-
XYZ17.121.1418.22-
YUV122.41121.56114.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=29.80%
G=38.40%
B=31.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341110.2200.170.4713412.6146.67
Hex68866F160112F86d2f
Octal15020615726021572061557
Binary110100010000110110111110110010001101111100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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